sym-0.13.0: Permutations, patterns, and statistics

Safe HaskellSafe
LanguageHaskell98

Sym.Internal.Size

Documentation

class Size a where Source #

Minimal complete definition

size

Methods

size :: a -> Int Source #

Instances

Size CLongArray Source # 

Methods

size :: CLongArray -> Int Source #

Size MeshPattern Source # 

Methods

size :: MeshPattern -> Int Source #

Size [a] Source # 

Methods

size :: [a] -> Int Source #

Size a => Size (Maybe a) Source # 

Methods

size :: Maybe a -> Int Source #

Size (Set a) Source # 

Methods

size :: Set a -> Int Source #