packages feed

bind-marshal-0.1: test/ArbMarshal/GenCode/Utils.hs

-- Copyright   :  (C) 2009 Corey O'Connor
-- License     :  BSD-style (see the file LICENSE)

{-# LANGUAGE PackageImports #-}
{-# LANGUAGE NoRebindableSyntax #-}
{-# LANGUAGE ImplicitPrelude #-}
module ArbMarshal.GenCode.Utils where

import "monads-tf" Control.Monad.State as State hiding (fail, (>>=))