ADPfusion-0.2.1.0: Efficient, high-level dynamic programming.

Safe HaskellNone

ADP.Fusion.Apply

Contents

Synopsis

Apply function f in '(<<<)'

class Apply x whereSource

Associated Types

type Fun x :: *Source

Methods

apply :: Fun x -> xSource

Instances

Apply (:. Z a -> res) 
Apply (:. (:. Z a) b -> res) 
Apply (:. (:. (:. Z a) b) c -> res) 
Apply (:. (:. (:. (:. Z a) b) c) d -> res) 
Apply (:. (:. (:. (:. (:. Z a) b) c) d) e -> res) 
Apply (:. (:. (:. (:. (:. (:. Z a) b) c) d) e) f -> res) 
Apply (:. (:. (:. (:. (:. (:. (:. Z a) b) c) d) e) f) g -> res) 
Apply (:. (:. (:. (:. (:. (:. (:. (:. Z a) b) c) d) e) f) g) h -> res) 
Apply (:. (:. (:. (:. (:. (:. (:. (:. (:. Z a) b) c) d) e) f) g) h) i -> res) 
Apply (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. Z a) b) c) d) e) f) g) h) i) j -> res) 
Apply (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. Z a) b) c) d) e) f) g) h) i) j) k -> res) 
Apply (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. Z a) b) c) d) e) f) g) h) i) j) k) l -> res) 
Apply (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. Z a) b) c) d) e) f) g) h) i) j) k) l) m -> res) 
Apply (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. Z a) b) c) d) e) f) g) h) i) j) k) l) m) n -> res) 
Apply (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. (:. Z a) b) c) d) e) f) g) h) i) j) k) l) m) n) o -> res)