Compare commits

...

1 Commits

Author SHA1 Message Date
Gabriel Ebner
a26ae1261a fix: respect pp.raw in interactive .ofGoal
Fixes #2175
2023-03-30 16:17:07 -07:00

View File

@@ -74,6 +74,8 @@ where
TaggedText.tag t (go subTt)
def ppExprTagged (e : Expr) (explicit : Bool := false) : MetaM CodeWithInfos := do
if pp.raw.get ( getOptions) then
return .text (toString e)
let delab := open PrettyPrinter.Delaborator in
if explicit then
withOptionAtCurrPos pp.tagAppFns.name true do