Get name linking right again, through post-processing.

This commit is contained in:
2016-07-22 22:41:49 -07:00
parent 6649b190ac
commit 175b358205
6 changed files with 172 additions and 127 deletions

View File

@@ -8,3 +8,6 @@ one = 1
id :: a -> a
id x = x
seq :: a -> a -> a
seq x y = y