-- main.mcl -- import "fmt" # function expression $notfn = 42 $x = $notfn(7) print "msg" { msg => fmt.printf("notfn: %d", $x), } -- OUTPUT -- # err: errUnify: expected: Func, got: Int