summaryrefslogtreecommitdiff
path: root/src/Grasp
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2014-11-25 19:27:46 +1100
committerJed Barber <jjbarber@y7mail.com>2014-11-25 19:27:46 +1100
commit77a69dd9a8bec4537deff441d8418bdeec3ef2da (patch)
tree22a2e4f800d8a871578c28f10949fef90ca1799c /src/Grasp
parentb35ebf363392d5f4c86ec3af3c0f577b1cf40435 (diff)
How the hell did I forget to export the accessor functions?
Diffstat (limited to 'src/Grasp')
-rw-r--r--src/Grasp/Types.hs8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Grasp/Types.hs b/src/Grasp/Types.hs
index c0e7f23..62d8043 100644
--- a/src/Grasp/Types.hs
+++ b/src/Grasp/Types.hs
@@ -2,7 +2,13 @@ module Grasp.Types (
Instruction(..),
EdgeLabel(..),
GNode(..),
- GEdge(..)
+ GEdge(..),
+
+ gnode,
+ gninst,
+ gefrom,
+ geto,
+ gelabel
) where