hoogle

General.Base

Description

Module for pure things in the base, and things I think should have been in base, or could plausibly be added.

Synopsis

Documentation

type URL = String

A URL, or internet address. These addresses will usually start with either http:// or file://.

unzipEithers :: [Either a b] -> ([a], [b])

initLast :: [a] -> ([a], a)

chop :: ([a] -> (b, [a])) -> [a] -> [b]

fromList :: a -> [a] -> a