packages feed

yices-easy-0.1: Yices/Easy.hs

-- | Re-exports the core of this package.

module Yices.Easy
  ( module Yices.Easy.Types
  , module Yices.Easy.Run ) where

import Yices.Easy.Types
import Yices.Easy.Run