Idris2/libs/base/Decidable
Stiopa Koltsov 0d363c9732 Add isYes function and friends
Added several functions for `Dec`. The set of functions and names
are picked consistently with `Maybe`:

* `isNothing` -> `isNo`
* `isJust` -> `isYes`
* `IsJust` -> `IsYes`
* `isItJust` -> `isItYes`

This is follow-up to #942
2021-01-21 12:36:02 +00:00
..
Equality Type definition from Decidable.Equality was moved to a separate module 2020-12-04 19:09:05 +00:00
Decidable.idr Add isYes function and friends 2021-01-21 12:36:02 +00:00
Equality.idr Make isElem, DecEq public, not just export 2021-01-18 10:37:57 +00:00
Order.idr [ fix #657 ] RigCount for interface parameters (#808) 2020-12-11 11:58:26 +00:00