mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-11 06:14:41 +03:00
6dce3a0735
Lists all the names in a namespace with their types, and the first line of their docstring if it exists
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
1/1: Building Doc (Doc.idr)
|
|
Doc> hello : Int -> Int
|
|
Hello!
|
|
world : Nat -> Nat
|
|
World!
|
|
Doc> Bye for now!
|