Complete the removal of the name database.

This commit is contained in:
2016-07-24 15:47:16 -07:00
parent 175b358205
commit 7b5397f661
5 changed files with 22 additions and 33 deletions

View File

@@ -9,5 +9,5 @@ one = 1
id :: a -> a
id x = x
seq :: a -> a -> a
seq :: a -> b -> b
seq x y = y