unison/unison-src/transcripts/fix1421.md

9 lines
163 B
Markdown
Raw Permalink Normal View History

```ucm
scratch/main> alias.type ##Nat Nat
scratch/main> alias.term ##Nat.+ Nat.+
```
```unison
unique type A = A Nat
unique type B = B Nat Nat
```