type-0.1.0: Dynamic casting library with support for arbitrary rank type kinds.Source codeContentsIndex
Data.Type.Typeable
Documentation
toTypeable :: forall t. Typed (Type t) => t -> TypeRepSource
toTypeable1 :: forall t a. Typed (TypeX t) => t a -> TypeRepSource
toTypeable2 :: forall t a b. Typed (TypeXX t) => t a b -> TypeRepSource
toTypeable3 :: forall t a b c. Typed (TypeXXX t) => t a b c -> TypeRepSource
toTypeable4 :: forall t a b c d. Typed (TypeXXXX t) => t a b c d -> TypeRepSource
toTypeable5 :: forall t a b c d e. Typed (TypeXXXXX t) => t a b c d e -> TypeRepSource
toTypeable6 :: forall t a b c d e f. Typed (TypeXXXXXX t) => t a b c d e f -> TypeRepSource
toTypeable7 :: forall t a b c d e f g. Typed (TypeXXXXXXX t) => t a b c d e f g -> TypeRepSource
Produced by Haddock version 2.4.2