universe-reverse-instances-1.1.1: Instances of standard classes that are made possible by enumerations
Safe HaskellSafe
LanguageHaskell2010

Data.Universe.Instances.Read

Description

A Read instance for functions, given the input is Finite and Ord and both the input and output are Read.

Orphan instances

(Finite a, Ord a, Read a) => Read (Endo a) Source # 
Instance details

(Finite a, Ord a, Read a, Read b) => Read (a -> b) Source # 
Instance details

Methods

readsPrec :: Int -> ReadS (a -> b) #

readList :: ReadS [a -> b] #

readPrec :: ReadPrec (a -> b) #

readListPrec :: ReadPrec [a -> b] #