blob: 0a4c70ef5a8ac82ae957b32e4a45c0e4c2cf0c04 (
plain)
1
2
3
4
5
6
7
8
9
|
-- Check mdo statements: availability of local bindings.
-- Maybe we should not want to put in scope the things binded in the mdo scope, to avoid silliness.
:set -XRecursiveDo
:l ../mdo.hs
:st l2dll "hello world"
:st
:st
:st
|