Logic.hs revision 649fdc0d0502d62d160c150684356fef2c273484
{-# LANGUAGE CPP, TypeFamilies, DeriveDataTypeable #-}
module PGIP.GraphQL.Result.Logic where
import Data.Data
data Logic = Logic { id :: String
, name :: String
} deriving (Show, Typeable, Data)