Closed mmhelloworld closed 10 years ago
Fixed with https://github.com/Frege/frege-interpreter/commit/04a9019d7a8270e04a54afe57c766e05deddfdc4 .
Both command line REPL and online REPL now support the following:
frege> type F = (forall b. [b] -> [b]) -> Int
type alias F :: ?
frege> g :: F -> Int; g f = undefined
function g :: ((forall b.[b] -> [b]) -> Int) -> Int