mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-15 04:11:34 +03:00
we dont need this in IOSource either
This commit is contained in:
parent
2dddd9e42d
commit
2f01c8ca37
@ -169,14 +169,6 @@ type Either a b = Left a | Right b
|
||||
|
||||
type Optional a = None | Some a
|
||||
|
||||
ability Exception where
|
||||
raise : Failure -> x
|
||||
|
||||
Exception.reraise : Either Failure a -> {Exception} a
|
||||
Exception.reraise = cases
|
||||
Left e -> Exception.raise e
|
||||
Right a -> a
|
||||
|
||||
unique[b28d929d0a73d2c18eac86341a3bb9399f8550c11b5f35eabb2751e6803ccc20] type
|
||||
IsPropagated = IsPropagated
|
||||
|
||||
|
@ -35,7 +35,7 @@ And for a limited time, you can get even more builtin goodies:
|
||||
|
||||
.foo> ls
|
||||
|
||||
1. builtin/ (495 definitions)
|
||||
1. builtin/ (492 definitions)
|
||||
|
||||
```
|
||||
More typically, you'd start out by pulling `base.
|
||||
|
Loading…
Reference in New Issue
Block a user