From 77a69dd9a8bec4537deff441d8418bdeec3ef2da Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 25 Nov 2014 19:27:46 +1100 Subject: How the hell did I forget to export the accessor functions? --- src/Grasp/Types.hs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit