diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-08-14 13:20:29 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-08-14 13:20:29 -0400 |
commit | 25658a4755c86ffbda946fb8b97f882f3ce7a724 (patch) | |
tree | 4ef4c28ab7483566127b841e2396bcc05d98e23d /lib/basis.lig | |
parent | 4a22e79410139a25a9615275c3b9adcd165a5988 (diff) |
Parsing and elaborating 'table'
Diffstat (limited to 'lib/basis.lig')
-rw-r--r-- | lib/basis.lig | 7 |
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 |