diff options
| author | Maxime Dénès | 2016-06-29 11:48:49 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-06-29 11:48:49 +0200 |
| commit | 58b6784fee71a16719bc4f268dc42830c06a5c63 (patch) | |
| tree | a9a3859746d2ff97f8c0b8106c96b49f9122a1b7 /interp/syntax_def.mli | |
| parent | 0e07e69dae3f3f4a99f824533f54a3991aacac6a (diff) | |
| parent | dd8d2a1d017d20635f943af205dcb0127a992a59 (diff) | |
Merge branch 'warnings' into trunk
Was PR#213: New warnings machinery
Diffstat (limited to 'interp/syntax_def.mli')
| -rw-r--r-- | interp/syntax_def.mli | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/interp/syntax_def.mli b/interp/syntax_def.mli index 7a1c9c5cb4..aa2c9c3c1b 100644 --- a/interp/syntax_def.mli +++ b/interp/syntax_def.mli @@ -18,8 +18,5 @@ val declare_syntactic_definition : bool -> Id.t -> val search_syntactic_definition : kernel_name -> syndef_interpretation -(** Options concerning verbose display of compatibility notations - or their deactivation *) - +(** Option concerning verbose display of compatibility notations *) val set_verbose_compat_notations : bool -> unit -val set_compat_notations : bool -> unit |
