1 2 3 4 5 6 7 8 9 10 11
-- !!! ds011 -- uses of "error" module ShouldCompile where f = error [] g = error "" h = error "\"" i = error "foo"