Graphics.RedViz.Project.Model
data Model Source #
Constructors
Fields
Defined in Graphics.RedViz.Project.Model
Methods
showsPrec :: Int -> Model -> ShowS #
show :: Model -> String #
showList :: [Model] -> ShowS #
toJSON :: Model -> Value #
toEncoding :: Model -> Encoding #
toJSONList :: [Model] -> Value #
toEncodingList :: [Model] -> Encoding #
parseJSON :: Value -> Parser Model #
parseJSONList :: Value -> Parser [Model] #
path :: Iso' Model String Source #