csci8980-s22/src/Project/Util.agda

6 lines
100 B
Agda
Raw Normal View History

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