Commit 8eb034c6 authored by Ali El Amrani's avatar Ali El Amrani

Initial commit

parent 2d71df28
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment