we dont need this in IOSource either

This commit is contained in:
Stew O'Connor 2021-02-17 13:00:36 -08:00
parent 2dddd9e42d
commit 2f01c8ca37
2 changed files with 1 additions and 9 deletions

View File

@ -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

View File

@ -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.