Cross Reference: Logic.hs
xref
: /
hets
/
PGIP
/
GraphQL
/
Result
/
Logic.hs
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
{-# LANGUAGE CPP, TypeFamilies, DeriveDataTypeable #-}
module
PGIP.GraphQL.Result.Logic
where
import
Data.Data
data Logic = Logic { id :: String
, name :: String
} deriving (Show, Typeable, Data)