lean4-htt/tests/lean/run/1682.lean
Leonardo de Moura ddb6b38d88 fix(frontends/lean/elaborator): fixes #1682
@kha Could you please double check whether this is right fix?
2017-06-19 16:04:24 -07:00

16 lines
244 B
Text

#check
let t := to_fmt "foo" in
format.to_string t options.mk
#check
let t := to_fmt "foo" in
t.to_string
#check
let t := to_fmt "foo" in
t.to_string options.mk
variable t : format
set_option pp.all true
#check t.to_string options.mk