Commit 25947869 authored by Quentin Lobbé's avatar Quentin Lobbé

End of refactoring, put some function inside Tools.hs

parent a0ceace8
Pipeline #244 failed with stage
......@@ -168,6 +168,16 @@ data LevelLink =
, _levelTo :: Level
} deriving (Show)
-- | Document : a piece of Text linked to a Date
data Document = Document
{ date :: Date
, text :: Text
} deriving (Show)
data PhyloError = LevelDoesNotExist
| LevelUnassigned
deriving (Show)
-- | Lenses
makeLenses ''Phylo
makeLenses ''PhyloParam
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment