index
:
milch.git
main
MILCH: [M]y functional language [I]nspired by [L]isp, [C]lojure, and [H]askell
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Utils.hs
blob: 2497c9feeff3f4607174696106b587b254df2ba2 (
plain
)
1
2
3
4
5
6
module
Utils
where
(
.>
)
=
flip
(
.
)
(
$>
)
=
flip
(
$
)
infixr
6
$>