| Copyright | (c) Michal Konecny |
|---|---|
| License | BSD3 |
| Maintainer | mikkonecny@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
AERN2.Real.CKleenean
Contents
Description
Lazy Kleenean, ie a sequence of Kleeneans, usually indexed by increasing precisions.
Documentation
type CanBeCKleenean t = ConvertibleExactly t CKleenean Source #
ckleenean :: CanBeCKleenean t => t -> CKleenean Source #
class CanAndOrCountable t where Source #
Instances
| CanAndOrCountable CKleenean Source # | |
Defined in AERN2.Real.CKleenean | |