summaryrefslogtreecommitdiff
path: root/src/ast.ml
diff options
context:
space:
mode:
authorAlasdair Armstrong2017-07-12 17:39:36 +0100
committerAlasdair Armstrong2017-07-12 17:39:36 +0100
commit73e54aeec2febe58424b44c2c8f649b29910f3d9 (patch)
tree7b33282aa8f377ce06a8add23ed2226015bcbdb6 /src/ast.ml
parentf804208d9c0f043c556a58878c723c8fd5a47a1c (diff)
Various small changes
* Experimented with using list<bit> to clean up manually monomorphised code in MIPS tlb * Added option -dtc_verbose to control verbosity of new typechecker * Allowed functions with val specs to omit their type declarations
Diffstat (limited to 'src/ast.ml')
-rw-r--r--src/ast.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast.ml b/src/ast.ml
index f7745eeb..0d418afc 100644
--- a/src/ast.ml
+++ b/src/ast.ml
@@ -414,7 +414,7 @@ rec_opt_aux = (* Optional recursive annotation for functions *)
type
tannot_opt_aux = (* Optional type annotation for functions *)
Typ_annot_opt_some of typquant * typ
-
+ | Typ_annot_opt_none
type
'a alias_spec_aux = (* Register alias expression forms. Other than where noted, each id must refer to an unaliased register of type vector *)