Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julien Moutinho
haskell-gargantext
Commits
25947869
Commit
25947869
authored
6 years ago
by
Quentin Lobbé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
End of refactoring, put some function inside Tools.hs
parent
a0ceace8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
305 additions
and
258 deletions
+305
-258
Phylo.hs
src/Gargantext/Viz/Phylo.hs
+10
-0
Example.hs
src/Gargantext/Viz/Phylo/Example.hs
+136
-178
Tools.hs
src/Gargantext/Viz/Phylo/Tools.hs
+159
-80
No files found.
src/Gargantext/Viz/Phylo.hs
View file @
25947869
...
...
@@ -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
''
P
hylo
makeLenses
''
P
hyloParam
...
...
This diff is collapsed.
Click to expand it.
src/Gargantext/Viz/Phylo/Example.hs
View file @
25947869
This diff is collapsed.
Click to expand it.
src/Gargantext/Viz/Phylo/Tools.hs
View file @
25947869
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment