summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T21300.script
blob: 2e3bc77b659a4ac31372324fde30b20716f3e307 (plain)
1
2
3
4
:set -XArrows -XBlockArguments
import Control.Arrow
:set -ddump-tc -dsuppress-uniques
(proc 'a' -> (| id \'b' 'c'-> returnA -< 'c' |) 'b' 'c') 'a'