ron-hs-0.4.0: RON format implementation in haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Ron.Class.Internal

Documentation

class ProductSize (f :: Type -> Type) where Source #

Methods

productSize :: Proxy f -> Int Source #

Instances

Instances details
(ProductSize fl, ProductSize fr) => ProductSize (fl :*: fr) Source # 
Instance details

Defined in Data.Ron.Class.Internal

Methods

productSize :: Proxy (fl :*: fr) -> Int Source #

ProductSize (M1 c s f) Source # 
Instance details

Defined in Data.Ron.Class.Internal

Methods

productSize :: Proxy (M1 c s f) -> Int Source #