packages feed

disco-0.1.0.0: test/repl-doc/doc.disco

||| P is a type of stuff.
type P = N * N

||| f is a function.
||| Some more documentation.
!!! f(1) == 2
f : N -> N
f x = x + 1