aern2-mp-0.2.11.0: Multi-precision ball (interval) arithmetic
Copyright(c) Michal Konecny
LicenseBSD3
Maintainermikkonecny@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

AERN2.Select

Description

Generic multivalued select operation

Documentation

class IsBool (SelectType k) => CanSelect k where Source #

Associated Types

type SelectType k Source #

Must be Bool or similar

Methods

select Source #

Arguments

:: k 
-> k 
-> SelectType k

True means that the first computation succeeded.

Execute two lazy computations "in parallel" until one of them succeeds.

Instances

Instances details
CanSelect Kleenean Source # 
Instance details

Defined in AERN2.Select

Associated Types

type SelectType Kleenean Source #

CanSelect (CN Kleenean) Source # 
Instance details

Defined in AERN2.Select

Associated Types

type SelectType (CN Kleenean) Source #