HLearn-algebra-0.1.2.1: Algebraic foundation for homomorphic learning

Safe HaskellSafe-Inferred

HLearn.Algebra.Structures.Triangles

Documentation

class Triangle f a whereSource

Methods

(<|) :: a -> f -> fSource

(|>) :: f -> a -> fSource

Instances

Triangle [a] a 
Triangle (Seq a) a