| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Data.FiberBundle.Trivial
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.
Constructors
| TrivialBundle !b !a |