packages feed

mps-2009.9.18: src/MPS/Env.hs

module MPS.Env (
    module MPS.Light
  , module Prelude
) where

import MPS.Light
import Prelude hiding ((.), (>), (^), (/), (-))