packages feed

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

-- @shouldFailWith CycleInModules

module Main where

import Main as M

foo = 0

bar = M.foo