Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-reactix-d3
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
purescript-reactix-d3
Commits
8eb034c6
Commit
8eb034c6
authored
Jun 04, 2021
by
Ali El Amrani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parent
2d71df28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Base.purs
DeprecatedD3_by_pelotom/src/Base.purs
+2
-2
No files found.
DeprecatedD3_by_pelotom/src/Base.purs
View file @
8eb034c6
...
@@ -3,8 +3,8 @@ module Graphics.D3.Base
...
@@ -3,8 +3,8 @@ module Graphics.D3.Base
, D3Eff()
, D3Eff()
) where
) where
import
Control.Monad.Eff
import
Effect(Effect)
foreign import data D3 :: Effect
foreign import data D3 :: Effect
type D3Eff a = forall e. Eff (d3 :: D3 | e) a
type D3Eff a = forall e. Effect (d3 :: D3 | e) a
\ No newline at end of file
\ No newline at end of file
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