diff options
Diffstat (limited to 'plugins/extraction/table.ml')
| -rw-r--r-- | plugins/extraction/table.ml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/extraction/table.ml b/plugins/extraction/table.ml index aa312321b6..c58672ca0a 100644 --- a/plugins/extraction/table.ml +++ b/plugins/extraction/table.ml @@ -421,6 +421,10 @@ let auto_inline = my_bool_option "AutoInline" false let type_expand = my_bool_option "TypeExpand" true +(*s Extraction KeepSingleton *) + +let keep_singleton = my_bool_option "KeepSingleton" false + (*s Extraction Optimize *) type opt_flag = |
