Skip to content

Commit

Permalink
fix documentation test
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Dec 25, 2024
1 parent f30e4ff commit 4b57afe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/repl-doc/expected
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,17 @@ https://disco-lang.readthedocs.io/en/latest/reference/logic-ops.html

The type of natural numbers: 0, 1, 2, ...

https://disco-lang.readthedocs.io/en/latest/introduction/types.html
https://disco-lang.readthedocs.io/en/latest/reference/natural.html

The type of natural numbers: 0, 1, 2, ...

https://disco-lang.readthedocs.io/en/latest/introduction/types.html
https://disco-lang.readthedocs.io/en/latest/reference/natural.html

The type of rational numbers p/q.

https://disco-lang.readthedocs.io/en/latest/introduction/types.html
https://disco-lang.readthedocs.io/en/latest/reference/rational.html

append : List(a) × List(a) → List(a)
Expand Down

0 comments on commit 4b57afe

Please sign in to comment.