Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
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
gargantext
crawlers
hal
Commits
ca26b766
You need to sign in or sign up before continuing.
Commit
ca26b766
authored
Aug 09, 2023
by
Fabien Maniere
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Corpus.hs
parent
38e22142
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Corpus.hs
src/HAL/Doc/Corpus.hs
+2
-2
No files found.
src/HAL/Doc/Corpus.hs
View file @
ca26b766
...
...
@@ -42,8 +42,8 @@ instance FromJSON Corpus where
titles
<-
mapM
(
\
lang
->
do
m
a
<-
o
.:?
(
langTitleS
lang
)
pure
$
(
\
a
->
(
lang
,
a
))
<$>
ma
)
allLangs
m
t
<-
o
.:?
(
langTitleS
lang
)
pure
$
(
\
t
->
(
lang
,
t
))
<$>
mt
)
allLangs
let
_corpus_title_lang_map
=
Map
.
fromList
$
catMaybes
titles
abstracts
<-
...
...
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