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.
490 B
490 B
structural ability CLI where
print : Text ->{CLI} ()
input : {CLI} Text
The input
here should parse as a wildcard, not as CLI.input
.
repro : Text -> ()
repro = cases
input -> ()
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`:
repro : Text -> ()