csci8980-s22/src/Project/Util.agda

6 lines
No EOL
100 B
Agda

module Project.Util where
infixr 0 _$_
_$_ : {a b : Set} (a b) a b
f $ x = f x