jsop-0.1.0.0: Cherry picking in JSON objects

Safe HaskellNone
LanguageHaskell2010

JSOP.Example

Documentation

data ABC Source #

Constructors

ABC Text Int Int 
Instances
Eq ABC Source # 
Instance details

Defined in JSOP.Example

Methods

(==) :: ABC -> ABC -> Bool #

(/=) :: ABC -> ABC -> Bool #

Show ABC Source # 
Instance details

Defined in JSOP.Example

Methods

showsPrec :: Int -> ABC -> ShowS #

show :: ABC -> String #

showList :: [ABC] -> ShowS #

Generic ABC Source # 
Instance details

Defined in JSOP.Example

Associated Types

type Code ABC :: [[Type]] #

Methods

from :: ABC -> Rep ABC #

to :: Rep ABC -> ABC #

HasDatatypeInfo ABC Source # 
Instance details

Defined in JSOP.Example

Associated Types

type DatatypeInfoOf ABC :: DatatypeInfo #

Methods

datatypeInfo :: proxy ABC -> DatatypeInfo (Code ABC) #

type Code ABC Source # 
Instance details

Defined in JSOP.Example

type Code ABC = (Text ': (Int ': (Int ': ([] :: [Type])))) ': ([] :: [[Type]])
type DatatypeInfoOf ABC Source # 
Instance details

Defined in JSOP.Example