mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
b329afbbdb
This is just a bunch of `sed` calls: ```shell sed -i 's/ScopeSet/ScopeName.Set/g' compiler/**/*.ml* sed -i 's/ScopeMap/ScopeName.Map/g' compiler/**/*.ml* sed -i 's/StructMap/StructName.Map/g' compiler/**/*.ml* sed -i 's/StructSet/StructName.Set/g' compiler/**/*.ml* sed -i 's/EnumMap/EnumName.Map/g' compiler/**/*.ml* sed -i 's/EnumSet/EnumName.Set/g' compiler/**/*.ml* sed -i 's/StructFieldName/StructField/g' compiler/**/*.ml* sed -i 's/StructFieldMap/StructField.Map/g' compiler/**/*.ml* sed -i 's/StructFieldSet/StructField.Set/g' compiler/**/*.ml* sed -i 's/EnumConstructorMap/EnumConstructor.Map/g' compiler/**/*.ml* sed -i 's/EnumConstructorSet/EnumConstructor.Set/g' compiler/**/*.ml* sed -i 's/RuleMap/RuleName.Map/g' compiler/**/*.ml* sed -i 's/RuleSet/RuleName.Set/g' compiler/**/*.ml* sed -i 's/LabelMap/LabelName.Map/g' compiler/**/*.ml* sed -i 's/LabelSet/LabelName.Set/g' compiler/**/*.ml* sed -i 's/ScopeVarMap/ScopeVar.Map/g' compiler/**/*.ml* sed -i 's/ScopeVarSet/ScopeVar.Set/g' compiler/**/*.ml* sed -i 's/SubScopeNameMap/SubScopeName.Map/g' compiler/**/*.ml* sed -i 's/SubScopeNameSet/SubScopeName.Set/g' compiler/**/*.ml* ``` ... and reformat |
||
---|---|---|
.. | ||
ast.ml | ||
ast.mli | ||
dcalc.mld | ||
dune | ||
from_scopelang.ml | ||
from_scopelang.mli | ||
interpreter.ml | ||
interpreter.mli | ||
optimizations.ml | ||
optimizations.mli |