Idris2/tests/idris2/basic041
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
..
expected Implement qualified do 2020-07-04 23:01:43 +01:00
QDo.idr Implement qualified do 2020-07-04 23:01:43 +01:00
run Implement qualified do 2020-07-04 23:01:43 +01:00