mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-28 14:11:53 +03:00
7d5ec53b53
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 (>>=). |
||
---|---|---|
.. | ||
Prelude | ||
Builtin.idr | ||
Makefile | ||
Prelude.idr | ||
prelude.ipkg | ||
PrimIO.idr |