We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0079b03 commit 4757dcbCopy full SHA for 4757dcb
README.md
@@ -1,16 +1,5 @@
1
# Module Documentation
2
3
-## Module Type.Proxy
4
-
5
-#### `Proxy`
6
7
-``` purescript
8
-data Proxy a
9
- = Proxy
10
-```
11
12
13
14
## Module Network.HTTP.Affjax
15
16
#### `Ajax`
bower.json
@@ -24,6 +24,7 @@
24
"purescript-dom": "~0.1.2",
25
"purescript-foreign": "~0.4.2",
26
"purescript-integers": "~0.0.1",
27
- "purescript-nullable": "~0.1.1"
+ "purescript-nullable": "~0.1.1",
28
+ "purescript-proxy": "~0.1.0"
29
}
30
src/Type/Proxy.purs
0 commit comments