Add tests
This commit is contained in:
parent
4d186e6b2b
commit
30133f80e7
8 changed files with 61 additions and 4 deletions
6
prelude.core
Normal file
6
prelude.core
Normal file
|
@ -0,0 +1,6 @@
|
|||
I x = x ;
|
||||
K x y = x ;
|
||||
K1 x y = y ;
|
||||
S f g x = f x (g x) ;
|
||||
compose f g x = f (g x) ;
|
||||
twice f = compose f f
|
Loading…
Add table
Add a link
Reference in a new issue