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
5170b008
Commit
5170b008
authored
Nov 08, 2023
by
Fabien Maniere
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Main.hs
parent
669d0994
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Main.hs
app/Main.hs
+1
-1
No files found.
app/Main.hs
View file @
5170b008
...
@@ -75,7 +75,7 @@ run (Fetch (FetchParams { fp_query })) = do
...
@@ -75,7 +75,7 @@ run (Fetch (FetchParams { fp_query })) = do
pure
()
pure
()
where
where
printCorpus
Corpus
{
..
}
=
do
printCorpus
Corpus
{
..
}
=
do
putText
$
"docid: "
<>
_corpus_docid
<>
" ["
<>
(
T
.
intercalate
" "
_corpus_title
)
<>
"]"
putText
$
"docid: "
<>
_corpus_docid
<>
" ["
<>
(
T
.
intercalate
" "
show
_corpus_title_lang_map
)
<>
"]"
putText
$
" "
<>
(
T
.
intercalate
" "
_corpus_abstract
)
putText
$
" "
<>
(
T
.
intercalate
" "
_corpus_abstract
)
putText
$
" "
<>
show
_corpus_abstract_lang_map
putText
$
" "
<>
show
_corpus_abstract_lang_map
putText
$
" "
<>
show
_corpus_original
putText
$
" "
<>
show
_corpus_original
...
...
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