mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
0031542faf
This is for consistency with the `cmark` style. Now the blocks we still pretty-print ourselves will match the bulk of them that `cmark` produces.
539 B
539 B
{{
A simple doc.
}}
meh = 9
Loading changes detected in scratch.u.
I found and typechecked these definitions in scratch.u. If you
do an `add` or `update`, here's how your codebase would
change:
⍟ These new definitions are ok to `add`:
meh : Nat
meh.doc : Doc2
scratch/main> add
⍟ I've added these definitions:
meh : Nat
meh.doc : Doc2
scratch/main> find meh
1. meh : Nat
2. meh.doc : Doc2
scratch/main> docs 1
A simple doc.