sym-0.13.0: Permutations, patterns, and statistics
Sym.Internal.Size
class Size a where Source #
Minimal complete definition
size
Methods
size :: a -> Int Source #
Instances
size :: CLongArray -> Int Source #
size :: MeshPattern -> Int Source #
size :: [a] -> Int Source #
size :: Maybe a -> Int Source #
size :: Set a -> Int Source #