packages feed

purescript-0.12.0: tests/purs/failing/3275-BindingGroupErrorPos.purs

-- @shouldFailWith KindsDoNotUnify
module BindingGroupErrorPos where

-- This isn't really about KindsDoNotUnify, it's about positioning errors
-- that occur in binding groups

import Prelude

type Result = Array Int

wrong :: Int -> Result String
wrong n = wrong (n - 1)