sym-0.14.0: Permutations, patterns, and statistics
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sym.Internal.Size

Documentation

class Size a where Source #

Methods

size :: a -> Int Source #

Instances

Instances details
Size CLongArray Source # 
Instance details

Defined in Sym.Internal.CLongArray

Methods

size :: CLongArray -> Int Source #

Size MeshPattern Source # 
Instance details

Defined in Sym.Perm.MeshPattern

Methods

size :: MeshPattern -> Int Source #

Size (Set a) Source # 
Instance details

Defined in Sym.Internal.Size

Methods

size :: Set a -> Int Source #

Size a => Size (Maybe a) Source # 
Instance details

Defined in Sym.Internal.Size

Methods

size :: Maybe a -> Int Source #

Size [a] Source # 
Instance details

Defined in Sym.Internal.Size

Methods

size :: [a] -> Int Source #