aboutsummaryrefslogtreecommitdiff
path: root/lib/syntax/t.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/syntax/t.ml')
-rw-r--r--lib/syntax/t.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/syntax/t.ml b/lib/syntax/t.ml
index bf31253..ade5e11 100644
--- a/lib/syntax/t.ml
+++ b/lib/syntax/t.ml
@@ -2,6 +2,8 @@
This module contains the basic operators used in the QSP syntax.
*)
+type 'a literal = Text of string | Expression of 'a list
+
type boperator =
| Eq
| Neq