Open
Description
dhall-haskell/dhall/src/Dhall/Eval.hs
Lines 370 to 379 in 5f3b05a
In both cases we currently quickly pull out what I consider to be the rather big hammer of conv
. I suspect that we should try to cover all combinations of BoolLit
s before we resort to conv
. I haven't benchmarked this yet though!