diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pretty_print_coq.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pretty_print_coq.ml b/src/pretty_print_coq.ml index 1ae31934..b4fc4a72 100644 --- a/src/pretty_print_coq.ml +++ b/src/pretty_print_coq.ml @@ -133,6 +133,7 @@ let rec fix_id remove_tick name = match name with | "S" | "mod" | "M" + | "tt" -> name ^ "'" | _ -> if String.contains name '#' then |
