Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Synopsis
- data TrivialBundle b a = TrivialBundle !b !a
Documentation
data TrivialBundle b a Source #
A TrivialBundle
is a FiberBundle
that is the product of two types. The
base
function is given by projecting on the first coordinate.
TrivialBundle !b !a |