cek-call-cc/src/Project/Util.agda

6 lines
100 B
Agda
Raw Normal View History

2021-12-08 00:33:28 -06:00
module Project.Util where
infixr 0 _$_
_$_ : {a b : Set} (a b) a b
f $ x = f x