index
:
slam-interpreter.git
main
Git Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utils.hs
blob: 33f3f6e483ff8b49dae7b46292890c67274d3d51 (
plain
)
1
2
3
4
5
6
7
module
Utils
where
(
.>
)
=
flip
(
.
)
(
$>
)
=
flip
(
$
)
infixr
6
$>