quox/lib
rhiannon morris d4cfbd4045 add @[fail] modifier to declarations
- `@[fail] def foo = ...` succeeds if `foo` has some error.
- `@[fail "scope"] def foo = ...` succeeds if `foo` has some error
  containing the word "scope" somewhere
- `@[fail] namespace foo { }` works too and the error must be anywhere
  in the namespace
2023-09-22 14:03:22 +02:00
..
Control/Monad/ST use ST from base 2023-09-19 13:05:01 +02:00
Quox add @[fail] modifier to declarations 2023-09-22 14:03:22 +02:00
Text/PrettyPrint/Bernardy/Core add @[fail] modifier to declarations 2023-09-22 14:03:22 +02:00
quox-lib.ipkg move Scoped to separate module 2023-09-20 21:58:04 +02:00