diff options
Diffstat (limited to 'interp/ppextend.mli')
| -rw-r--r-- | interp/ppextend.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/ppextend.mli b/interp/ppextend.mli index bddd1eef2e..3d09587d05 100644 --- a/interp/ppextend.mli +++ b/interp/ppextend.mli @@ -40,7 +40,7 @@ val ppcmd_of_box : ppbox -> std_ppcmds -> std_ppcmds val ppcmd_of_cut : ppcut -> std_ppcmds -type unparsing = +type unparsing = | UnpMetaVar of int * parenRelation | UnpListMetaVar of int * parenRelation * unparsing list | UnpTerminal of string |
