Safe Haskell | Safe-Inferred |
---|
Fugue
- module Prelude
- module Control.Applicative
- module Control.Arrow
- module Control.Category
- module Control.Monad
- module Data.Either
- module Data.Foldable
- module Data.Functor
- module Data.Maybe
- module Data.Monoid
- module Data.Traversable
- module System.Environment
- module System.Exit
- module Text.Printf
- class IsString a where
- fromString :: String -> a
- on :: (b -> b -> c) -> (a -> b) -> a -> a -> c
Documentation
module Prelude
module Control.Applicative
module Control.Arrow
module Control.Category
module Control.Monad
module Data.Either
module Data.Foldable
module Data.Functor
module Data.Maybe
module Data.Monoid
module Data.Traversable
module System.Environment
module System.Exit
module Text.Printf
class IsString a where
Class for string-like datastructures; used by the overloaded string extension (-foverloaded-strings in GHC).
Methods
fromString :: String -> a