summaryrefslogtreecommitdiff
path: root/Unique.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-03-27 14:53:37 -0400
committerJoe Crayne <joe@jerkface.net>2019-03-27 14:53:37 -0400
commitcae75f8c303edc717ca222adb9058b65a0f6ded6 (patch)
tree5c58c537f0d5cae10fc50f40c92990dd8030663a /Unique.hs
parent331690db265faaa8cb8b350d029c0fd6db88083a (diff)
Switched grokStatement to use StateT.
Diffstat (limited to 'Unique.hs')
-rw-r--r--Unique.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Unique.hs b/Unique.hs
index 13ae7cf..d0d3eb1 100644
--- a/Unique.hs
+++ b/Unique.hs
@@ -1,5 +1,6 @@
1module Unique 1module Unique
2 ( UniqueFactory 2 ( UniqueFactory
3 , freshUniques
3 , Unique 4 , Unique
4 , uniqueSymbol 5 , uniqueSymbol
5 , substituteUnique 6 , substituteUnique