unison/unison-src/transcripts/fix1731.md
2024-06-25 11:11:07 -07:00

305 B

scratch/main> builtins.merge
structural ability CLI where
  print : Text ->{CLI} ()
  input : {CLI} Text
scratch/main> add

The input here should parse as a wildcard, not as CLI.input.

repro : Text -> ()
repro = cases
  input -> ()