lean4-htt/tests/lean/run/docstring_after_variables.lean

4 lines
60 B
Text

variables {a b : nat}
/-- A docstring. -/
def foo := a + b