emanote-1.0.0.0: Emanate a structured view of your plain-text notes
Safe HaskellSafe-Inferred
LanguageHaskell2010

Emanote.Model.StaticFile

Documentation

data StaticFile Source #

Constructors

StaticFile 

Fields

Instances

Instances details
ToJSON StaticFile Source # 
Instance details

Defined in Emanote.Model.StaticFile

Generic StaticFile Source # 
Instance details

Defined in Emanote.Model.StaticFile

Associated Types

type Rep StaticFile :: Type -> Type #

Show StaticFile Source # 
Instance details

Defined in Emanote.Model.StaticFile

Eq StaticFile Source # 
Instance details

Defined in Emanote.Model.StaticFile

Ord StaticFile Source # 
Instance details

Defined in Emanote.Model.StaticFile

Indexable StaticFileIxs StaticFile Source # 
Instance details

Defined in Emanote.Model.StaticFile

type Rep StaticFile Source # 
Instance details

Defined in Emanote.Model.StaticFile

type Rep StaticFile = D1 ('MetaData "StaticFile" "Emanote.Model.StaticFile" "emanote-1.0.0.0-inplace" 'False) (C1 ('MetaCons "StaticFile" 'PrefixI 'True) (S1 ('MetaSel ('Just "_staticFileRoute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (R 'AnyExt)) :*: (S1 ('MetaSel ('Just "_staticFilePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FilePath) :*: S1 ('MetaSel ('Just "_staticFileTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UTCTime))))