universe-reverse-instances-1.1: Instances of standard classes that are made possible by enumerations
Data.Universe.Instances.Read
Contents
Description
A Read instance for functions, given the input is Finite and Ord and both the input and output are Read.
Read
Finite
Ord
Methods
readsPrec :: Int -> ReadS (Endo a) #
readList :: ReadS [Endo a] #
readPrec :: ReadPrec (Endo a) #
readListPrec :: ReadPrec [Endo a] #
readsPrec :: Int -> ReadS (a -> b) #
readList :: ReadS [a -> b] #
readPrec :: ReadPrec (a -> b) #
readListPrec :: ReadPrec [a -> b] #