Idris2/tests/idris2/basic041/run
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

4 lines
33 B
Plaintext
Executable File

$1 --check QDo.idr
rm -rf build