Patrick Jackson
type alias Bar = (String) -> Any fun test(foo: Any) { if (foo is Function<*>) { (foo as Bar)("test") } }
olonho
A modern programming language that makes developers happier.