Idris2/tests/idris2/docs002/expected
Edwin Brady 6dce3a0735 Add :browse
Lists all the names in a namespace with their types, and the first line
of their docstring if it exists
2020-07-08 17:56:54 +01:00

7 lines
107 B
Plaintext

1/1: Building Doc (Doc.idr)
Doc> hello : Int -> Int
Hello!
world : Nat -> Nat
World!
Doc> Bye for now!