Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Angelov, Georgi
cryptic-solver-haskell
Commits
64cd1480
Commit
64cd1480
authored
Oct 19, 2021
by
Georgi Angelov
Browse files
Added missing parentheses
parent
1e92ffd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Server.hs
View file @
64cd1480
...
...
@@ -18,7 +18,7 @@ main = simpleHTTP myConf $ msum [ dir "solve" $ path $ \clue -> path $ \wordLeng
,
dir
"solveWithAnswer"
$
path
$
\
clue
->
path
$
\
wordLength
->
path
$
\
answer
->
ok
$
show
(
solveWithAnswerReturn
(
clue
,
wordLength
)
answer
)
,
dir
"solveWithAnswers"
$
path
$
\
clue
->
path
$
\
wordLength
->
path
$
\
answers
->
ok
$
show
solveAnswers
clue
wordLength
answers
->
ok
$
show
(
solveAnswers
clue
wordLength
answers
)
]
solveAnswers
clue
wordLength
answers
...
...
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