summaryrefslogtreecommitdiff
path: root/lib/basis.lig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/basis.lig')
-rw-r--r--lib/basis.lig7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/basis.lig b/lib/basis.lig
index 7c934780..b721f775 100644
--- a/lib/basis.lig
+++ b/lib/basis.lig
@@ -7,6 +7,13 @@ type unit = {}
datatype bool = False | True
+(** SQL *)
+
+con sql_table :: {Type} -> Type
+
+
+(** XML *)
+
con tag :: {Type} -> {Unit} -> {Unit} -> {Type} -> {Type} -> Type