blob: 588503336d16ef18a4f0dfdde4e63425f317a86a (
plain)
1
2
3
4
5
6
7
8
|
module Prelude.Extended
( module Exports
) where
import Control.Monad as Exports (forever,unless,when)
import Data.Default as Exports (Default,def)
import Data.Maybe as Exports (fromMaybe,isJust)
import Prelude as Exports
|