Skip to content

Commit 6170b8d

Browse files
committed
No more implicit imports.
1 parent 23473f7 commit 6170b8d

File tree

11 files changed

+741
-37
lines changed

11 files changed

+741
-37
lines changed

docs/Control/Monad/Eff/WebGL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Module Control.Monad.Eff.WebGL
22

3+
WebGL binding for purescript
4+
35
#### `WebGl`
46

57
``` purescript

docs/Graphics/WebGL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Module Graphics.WebGL
22

3+
WebGL binding for purescript
4+
35
#### `WebGLContext`
46

57
``` purescript
@@ -24,6 +26,8 @@ defContextAttributes :: ContextAttributes
2426
runWebGLAttr :: forall a eff. String -> ContextAttributes -> (String -> Eff eff a) -> (WebGLContext -> EffWebGL eff a) -> Eff eff a
2527
```
2628

29+
Returns either a continuation which takes a String in the error case,
30+
2731
#### `runWebGL`
2832

2933
``` purescript

0 commit comments

Comments
 (0)