Idris2/libs
Molly Miller 7d5ec53b53 Add a (>>) operator, implemented in terms of (>>=).
This mirrors the (>>) found in Haskell, which is the same as (>>=), except the
second computation (on the right hand side) takes no arguments, and the result
of the first computation is discarded. This is a trivial implementation written
in terms of (>>=).
2020-10-01 13:16:58 +01:00
..
base fix totality annotation on some Nat functions 2020-09-30 10:51:51 +01:00
contrib [ fix #63 ] interleaving let binders and local declarations (#691) 2020-09-28 13:15:22 +01:00
network [ breaking ] remove List1 related ambiguities (#690) 2020-09-22 15:07:40 +01:00
prelude Add a (>>) operator, implemented in terms of (>>=). 2020-10-01 13:16:58 +01:00