1
1
mirror of https://github.com/idris-lang/Idris2.git synced 2024-12-18 00:31:57 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
G. Allais
d2eeb7ce86
[ fix ] desugar non-binding sequencing in do blocks to (>>) () 2021-02-24 11:07:16 +00:00
Stiopa Koltsov
b76c9d91e0 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
russoul
7de26e7d75 Fix 2020-08-30 19:32:33 +01:00
Edwin Brady
2ce0335fd5 Implement qualified do
This allows do blocks to be qualified with the namespace that the (>>=)
operator is defined in. Inspired by Purescript's version of the same
thing, and this ghc proposal:
https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0216-qualified-do.rst
2020-07-04 23:01:43 +01:00