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

Emanote.Model.Stork.Index

Synopsis

Documentation

data IndexVar Source #

In-memory Stork index tracked in a TVar

data File Source #

Constructors

File FilePath Text Text 

Instances

Instances details
Show File Source # 
Instance details

Defined in Emanote.Model.Stork.Index

Methods

showsPrec :: Int -> File -> ShowS #

show :: File -> String #

showList :: [File] -> ShowS #

Eq File Source # 
Instance details

Defined in Emanote.Model.Stork.Index

Methods

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

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

newtype Input Source #

Constructors

Input [File] 

Instances

Instances details
Show Input Source # 
Instance details

Defined in Emanote.Model.Stork.Index

Methods

showsPrec :: Int -> Input -> ShowS #

show :: Input -> String #

showList :: [Input] -> ShowS #

Eq Input Source # 
Instance details

Defined in Emanote.Model.Stork.Index

Methods

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

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