diff options
Diffstat (limited to 'src/ast_util.ml')
| -rw-r--r-- | src/ast_util.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ast_util.ml b/src/ast_util.ml index 8071ee7d..0c6461d1 100644 --- a/src/ast_util.ml +++ b/src/ast_util.ml @@ -222,7 +222,6 @@ and string_of_typ_arg_aux = function | Typ_arg_nexp n -> string_of_nexp n | Typ_arg_typ typ -> string_of_typ typ | Typ_arg_order o -> string_of_order o - | Typ_arg_effect eff -> string_of_effect eff and string_of_n_constraint = function | NC_aux (NC_fixed (n1, n2), _) -> string_of_nexp n1 ^ " = " ^ string_of_nexp n2 | NC_aux (NC_not_equal (n1, n2), _) -> string_of_nexp n1 ^ " != " ^ string_of_nexp n2 |
