begun work on tag engine
This commit is contained in:
parent
550b3731b4
commit
a3afd66715
4 changed files with 18 additions and 3 deletions
4
bs/Util.bs
Normal file
4
bs/Util.bs
Normal file
|
@ -0,0 +1,4 @@
|
|||
package Util((|>)) where
|
||||
|
||||
(|>) :: (a -> b) -> a -> b
|
||||
f |> x = f x;
|
Reference in a new issue