test: check stdlib doc strings
This commit is contained in:
parent
ac77df82c0
commit
ac4961fa37
2 changed files with 6 additions and 0 deletions
|
|
@ -67,5 +67,8 @@ def printDocStrings : MetaM Unit := do
|
|||
printDocString `f.foo
|
||||
printDocString `g
|
||||
printDocString `g.foo
|
||||
printDocString `optParam
|
||||
printDocString `namedPattern
|
||||
printDocString `Lean.Meta.forallTelescopeReducing
|
||||
|
||||
#eval printDocStrings
|
||||
|
|
|
|||
|
|
@ -15,3 +15,6 @@ doc string for 'f' is not available
|
|||
"let rec documentation at f "
|
||||
doc string for 'g' is not available
|
||||
"let rec documentation at g "
|
||||
"Gadget for optional parameter support. "
|
||||
"Auxiliary Declaration used to implement the named patterns `x@p` "
|
||||
"Similar to `forallTelescope`, but given `type` of the form `forall xs, A`,\n it reduces `A` and continues bulding the telescope if it is a `forall`. "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue