···1919 let lowerSchematic = (_, _) => ""
2020 let ghost = ""
2121 let substDeBruijn = (name, _, ~from as _) => name
2222- let constSymbol = name => Some(name)
2322}
24232524include SExpFunc.Make(ConstSymbol)
-2
src/SExpFunc.res
···1010 let lowerSchematic: (int, array<int>) => t
1111 let ghost: t
1212 let substDeBruijn: (t, array<t>, ~from: int) => t
1313- // used for grouping judgments together for rule induction
1414- let constSymbol: t => option<string>
1513}
16141715module IntCmp = Belt.Id.MakeComparable({