diff options
author | Jed Barber <jjbarber@y7mail.com> | 2014-11-24 13:49:17 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2014-11-24 13:49:17 +1100 |
commit | b35ebf363392d5f4c86ec3af3c0f577b1cf40435 (patch) | |
tree | 672ea6fa66d5ac449b5f4a1b4858c87116c3c7a1 /src | |
parent | 812706747c66439616aebccc1ee5ad17dca5b1b4 (diff) |
Constructors for types now exported
Diffstat (limited to 'src')
-rw-r--r-- | src/Grasp/Types.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Grasp/Types.hs b/src/Grasp/Types.hs index 860e5ef..c0e7f23 100644 --- a/src/Grasp/Types.hs +++ b/src/Grasp/Types.hs @@ -1,8 +1,8 @@ module Grasp.Types ( - Instruction, - EdgeLabel, - GNode, - GEdge + Instruction(..), + EdgeLabel(..), + GNode(..), + GEdge(..) ) where |