X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Ftranscript%2Fengine.ml;h=da07dd235489890fa39b5ec31d2aa3e47bcdb415;hb=320c0f89a7e31e996b6eff2b4165eb74e8141cec;hp=39086d53fa86a4b7f3e89152be122f384366bbd4;hpb=82baf094141d9ef518d681b8cebcc180bca14d2c;p=helm.git diff --git a/helm/software/components/binaries/transcript/engine.ml b/helm/software/components/binaries/transcript/engine.ml index 39086d53f..da07dd235 100644 --- a/helm/software/components/binaries/transcript/engine.ml +++ b/helm/software/components/binaries/transcript/engine.ml @@ -201,9 +201,10 @@ let make_script_name st script name = let get_iparams st name = let debug debug = GA.IPDebug debug in let map = function + | "comments" -> GA.IPComments | "nodefaults" -> GA.IPNoDefaults | "coercions" -> GA.IPCoercions - | "comments" -> GA.IPComments + | "cr" -> GA.IPCR | s -> try Scanf.sscanf s "debug-%u" debug with | Scanf.Scan_failure _