Idris2/libs/prelude
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
..
Prelude Add a (>>) operator, implemented in terms of (>>=). 2020-10-01 13:16:58 +01:00
Builtin.idr Renamed IsString to FromString 2020-08-05 02:33:05 +02:00
Makefile Refactor makefiles 2020-05-19 18:50:47 +06:00
Prelude.idr Reorganise prelude into multiple files 2020-07-12 16:55:48 +01:00
prelude.ipkg Reorganise prelude into multiple files 2020-07-12 16:55:48 +01:00
PrimIO.idr Remove FArgList 2020-09-23 18:33:19 +01:00