packages feed

purescript-0.13.0: tests/purs/failing/NewtypeMultiCtor.purs

-- @shouldFailWith ErrorParsingModule
module Main where

import Prelude

newtype Thing = Thing String | Other