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
beb3ddf1
Commit
beb3ddf1
authored
Mar 05, 2015
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor style changes, nothing really
parent
02505759
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
Parsec.hs
ihaskell-display/ihaskell-parsec/IHaskell/Display/Parsec.hs
+0
-1
Widgets.hs
...kell-display/ihaskell-widgets/IHaskell/Display/Widgets.hs
+0
-2
No files found.
ihaskell-display/ihaskell-parsec/IHaskell/Display/Parsec.hs
View file @
beb3ddf1
...
@@ -7,7 +7,6 @@ import Data.String.Here
...
@@ -7,7 +7,6 @@ import Data.String.Here
import
Data.HashMap.Strict
as
Map
import
Data.HashMap.Strict
as
Map
import
Text.Parsec
(
parse
,
sourceLine
,
sourceColumn
)
import
Text.Parsec
(
parse
,
sourceLine
,
sourceColumn
)
--import Text.Parsec.Prim (Parser)
import
Text.Parsec.String
(
Parser
)
import
Text.Parsec.String
(
Parser
)
import
Text.Parsec.Error
(
errorPos
,
ParseError
)
import
Text.Parsec.Error
(
errorPos
,
ParseError
)
...
...
ihaskell-display/ihaskell-widgets/IHaskell/Display/Widgets.hs
View file @
beb3ddf1
...
@@ -32,8 +32,6 @@ instance ToJSON WidgetMessage where
...
@@ -32,8 +32,6 @@ instance ToJSON WidgetMessage where
str
::
String
->
String
str
::
String
->
String
str
=
id
str
=
id
instance
IHaskellDisplay
Slider
where
instance
IHaskellDisplay
Slider
where
display
_
=
return
$
Display
[]
display
_
=
return
$
Display
[]
...
...
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