purescript-0.10.4: examples/passing/NonOrphanInstanceFunDepExtra.purs
-- Both f and l must be known, thus can be in separate modules module Main where import Control.Monad.Eff.Console (log) import Lib data F data R instance cflr :: C F L R main = log "Done"