Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
student-projects
mapro-2017-ss
Commits
60b5a21a
Commit
60b5a21a
authored
Sep 15, 2017
by
Jonas Busse
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://git.ps.informatik.uni-kiel.de:55055/student-projects/mapro-2017-ss
parents
5a91c62d
2a987930
Pipeline
#215
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Repl/Main.hs
src/Repl/Main.hs
+1
-1
No files found.
src/Repl/Main.hs
View file @
60b5a21a
...
...
@@ -123,7 +123,7 @@ replEvalExp q = case filter (not . isSpace) q of
ParseFailed
_
f
->
return
$
Just
f
ParseOk
e
->
case
inferHSEExp
ps
e
of
Left
e
->
return
$
Just
$
show
e
Left
e
->
return
$
Just
$
show
TIError
defaultAHOptions
e
Right
e
->
return
Nothing
replEvalCommand
::
String
->
Repl
(
Maybe
String
,
Bool
)
...
...
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