Describe the bug
Arguments with a function-type are not supported.
To Reproduce
Steps to reproduce the behaviour:
Attempt to compile the following program.
module asdf
ff :: (int -> int) -> int
ff f:
return f(0)
#
Expected behaviour
This should compile and f should be applied as expected.
Screenshots
N/A
Environment (please complete the following information):
- OS: Ubuntu
- Emperor version: unreleased
Additional context
N/A
Describe the bug
Arguments with a function-type are not supported.
To Reproduce
Steps to reproduce the behaviour:
Attempt to compile the following program.
Expected behaviour
This should compile and
fshould be applied as expected.Screenshots
N/A
Environment (please complete the following information):
Additional context
N/A