summaryrefslogtreecommitdiff
path: root/events/src/Events/Spec/Types.hs
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-05 15:51:20 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-05 15:51:20 +0200
commit95b623a3ebaa115b6ef889032854b355a010a037 (patch)
tree6942e4a77881ed30fb8d415a8a8b3042a75dd8e3 /events/src/Events/Spec/Types.hs
parentaed23962edbeded10349e00fed3cea4e0639ae97 (diff)
downloadevents-95b623a3ebaa115b6ef889032854b355a010a037.tar
events-95b623a3ebaa115b6ef889032854b355a010a037.tar.gz
events-95b623a3ebaa115b6ef889032854b355a010a037.tar.bz2
events-95b623a3ebaa115b6ef889032854b355a010a037.tar.xz
events-95b623a3ebaa115b6ef889032854b355a010a037.zip
cleanup
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