packages feed

disco-0.1.0.0: test/interp-strictmatch/bomb.disco

-- A function to produce a runtime exception at any type
bomb : a -> a
bomb x = {? x if 0 == 1 ?}