unison/unison-src/transcripts/constructor-applied-to-unit.md
2024-06-25 11:11:07 -07:00

12 lines
230 B
Markdown

```ucm:hide
scratch/main> alias.type ##Nat Nat
scratch/main> alias.term ##Any.Any Any
```
```unison
structural type Zoink a b c = Zoink a b c
> Any ()
> [ Zoink [0,1,2,3,4,5] [6,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,3] () ]
```