packages feed

purescript-0.8.0.0: examples/failing/1733.purs

-- @shouldFailWith UnknownValue

module Main where

import Thingy as Thing

main = Thing.doesntExist "hi"

module Thingy where

foo :: Int
foo = 1