data SchemaElem | |
= IntVar | |
| StrVar | |
| StrCst String | |
Schema : Type | |
Schema = List SchemaElem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
data SchemaElem | |
= IntVar | |
| StrVar | |
| StrCst String | |
Schema : Type | |
Schema = List SchemaElem |