lean4-htt/tests/lean/pp_char_bug.lean.expected.out
Gabriel Ebner 9367e94900 fix(frontends/lean/pp): hide proof terms in non-proofs by default
This is mainly to reduce clutter.  Proof term printing can still be
forced using the `pp.proofs` option.
2017-07-15 22:21:22 +01:00

15 lines
171 B
Text

⟨2, _⟩ : fin 5
⟨1, _⟩ : fin 3
'a' : char
to_string 'a' : string
"a"
'a'
'\x01'
'\x01'
'\x14'
'\x01' : char
'\x14' : char
'\x0f' : char
'\x10' : char
'\x0f'
'\x10'