diff options
| author | Alasdair Armstrong | 2017-06-29 18:34:51 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-06-29 18:34:51 +0100 |
| commit | 4c712104db3a178fd8316a2bb36f2f241f249d2d (patch) | |
| tree | 700dfaff11c4f56afed699d001262fc4d288c5e4 /src/parse_ast.ml | |
| parent | fca7f935547509f187be90c00e0be818fcacc2f4 (diff) | |
Created prelude.sail for initial typing environment
Other things:
* Cleaned up several files a bit
* Fixed a bug in the parser where (deinfix |) got parsed as (definfix ||)
* Turned of the irritating auto-indent in sail-mode.el
Diffstat (limited to 'src/parse_ast.ml')
| -rw-r--r-- | src/parse_ast.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse_ast.ml b/src/parse_ast.ml index cfb09bf5..8b52b2ab 100644 --- a/src/parse_ast.ml +++ b/src/parse_ast.ml @@ -419,7 +419,7 @@ val_spec_aux = (* Value type specification *) | VS_extern_no_rename of typschm * id | VS_extern_spec of typschm * id * string | VS_cast_spec of typschm * id - + type kind_def_aux = (* Definition body for elements of kind; many are shorthands for type\_defs *) |
