Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
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
gargantext
gargantext-ihaskell
Commits
384a9840
Commit
384a9840
authored
Oct 15, 2017
by
Vaibhav Sagar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update src/tests/IHaskell/Test/Eval.hs
parent
4446931f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Eval.hs
src/tests/IHaskell/Test/Eval.hs
+5
-0
No files found.
src/tests/IHaskell/Test/Eval.hs
View file @
384a9840
...
...
@@ -159,6 +159,11 @@ testEval =
"putStrLn
\"
Привет!
\"
"
`
becomes
`
[
"Привет!"
]
it
"evaluates directives"
$
do
#
if
MIN_VERSION_ghc
(
8
,
2
,
0
)
-- It's `p` instead of `t` for some reason
":typ 3"
`
becomes
`
[
"3 :: forall p. Num p => p"
]
#
else
":typ 3"
`
becomes
`
[
"3 :: forall t. Num t => t"
]
#
endif
":k Maybe"
`
becomes
`
[
"Maybe :: * -> *"
]
":in String"
`
pages
`
[
"type String = [Char]
\t
-- Defined in
\8216
GHC.Base
\8217
"
]
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