summaryrefslogtreecommitdiff
path: root/events/src/Events/Spec/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'events/src/Events/Spec/Types.hs')
-rw-r--r--events/src/Events/Spec/Types.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/events/src/Events/Spec/Types.hs b/events/src/Events/Spec/Types.hs
index af99f55..d9d1ef1 100644
--- a/events/src/Events/Spec/Types.hs
+++ b/events/src/Events/Spec/Types.hs
@@ -4,12 +4,12 @@
4 4
5module Events.Spec.Types 5module Events.Spec.Types
6 ( Expr(..) 6 ( Expr(..)
7 , Val(..) 7 , Val
8 , Bindable(..) 8 , Bindable(..)
9 , Spec 9 , Spec
10 , Elem(..) 10 , Elem(..)
11 , Length(..) 11 , Length(..)
12 , type (++)(..) 12 , type (++)
13 , module Events.Types 13 , module Events.Types
14 ) where 14 ) where
15 15