projekty
/
fp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lambda for HM
[fp.git]
/
src
/
HM
/
Test.hs
1
module HM.Test where
2
3
import HM
4
import HM.Parser
5
6
test x = do
7
print $ tRead x
8
print . algW $ tRead x
9
10
x1 = "x :: T"
11
x2 = "\\x.x :: T"
12
x3 = "\\x.x"
13
x4 = "\\x.\\y.z"