packages feed

syntactic-0.7: CEFP/MuFeldspar/Prelude.hs

module MuFeldspar.Prelude
    ( module Prelude
    ) where

import Prelude hiding
    ( (==), (&&), (||), (<), (<=), (>), (>=), (^), (++), (>>)
    , div, max, min, mod, not
    , concat, drop, length, map, replicate, reverse, splitAt, sum, take, unzip, zip
    , zipWith
    )