mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-08 08:52:22 +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 (>>=). |
||
---|---|---|
.. | ||
Basics.idr | ||
EqOrd.idr | ||
Interfaces.idr | ||
IO.idr | ||
Num.idr | ||
Ops.idr | ||
Show.idr | ||
Types.idr | ||
Uninhabited.idr |