clash-lang / clash-compiler

Haskell to VHDL/Verilog/SystemVerilog compiler
https://clash-lang.org/
Other
1.42k stars 150 forks source link

Fix argument parsing in `clashCompileError` #2537

Closed DigitalBrains1 closed 1 year ago

DigitalBrains1 commented 1 year ago

Even though it has type String -> a and thus only a single argument, when a is itself a function type, we have to account for additional arguments in BlackBoxFunction.

Still TODO: