mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
refresh transcripts
This commit is contained in:
parent
e89fd61266
commit
96f63a3192
@ -16,9 +16,5 @@ x = 'f
|
||||
|
||||
1 | f : (forall a . a -> a) -> Nat
|
||||
|
||||
from right here:
|
||||
|
||||
1 | f : (forall a . a -> a) -> Nat
|
||||
|
||||
|
||||
```
|
||||
|
@ -98,10 +98,6 @@ ex4 =
|
||||
|
||||
2 | [1,2,3] -- no good
|
||||
|
||||
from right here:
|
||||
|
||||
2 | [1,2,3] -- no good
|
||||
|
||||
Note: actions within a block must have type Unit.
|
||||
|
||||
|
||||
|
@ -47,10 +47,6 @@ h0 req = match req with
|
||||
|
||||
1 | h0 : Request {X t} b -> Optional b
|
||||
|
||||
from right here:
|
||||
|
||||
1 | h0 : Request {X t} b -> Optional b
|
||||
|
||||
|
||||
```
|
||||
This code should not check because `t` does not match `b`.
|
||||
|
@ -89,5 +89,9 @@ hmm = "Not, in fact, a number"
|
||||
1 | hmm : .builtin.Nat
|
||||
2 | hmm = "Not, in fact, a number"
|
||||
|
||||
from right here:
|
||||
|
||||
2 | hmm = "Not, in fact, a number"
|
||||
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user