churf/demo/rank2.crf
2023-05-24 22:12:45 +02:00

8 lines
103 B
Text

applyId : (forall a. a -> a) -> b -> b
applyId f x = f x
id : a -> a
id x = x
main = applyId id 145