diff options
author | Simon Hengel <sol@typeful.net> | 2013-09-03 19:14:08 +0200 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-01-12 14:48:35 -0600 |
commit | 27876dc77ff259e27a71ea6f30662a668adfd134 (patch) | |
tree | b8f1784867200ae07a136078dfa14b50271a4476 /html-test/ref/CrossPackageDocs.html | |
parent | 64eb7dbc465ffea7f7e76f9d4c3a334380cce8ac (diff) |
Don't append newline to parseString input
We also check that we have parsed everything with endOfInput.
Diffstat (limited to 'html-test/ref/CrossPackageDocs.html')
-rw-r--r-- | html-test/ref/CrossPackageDocs.html | 35 |
1 files changed, 12 insertions, 23 deletions
diff --git a/html-test/ref/CrossPackageDocs.html b/html-test/ref/CrossPackageDocs.html index 8eff9e3c..0bbc7a6d 100644 --- a/html-test/ref/CrossPackageDocs.html +++ b/html-test/ref/CrossPackageDocs.html @@ -35,7 +35,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_CrossPackageDocs.html" ><th >Safe Haskell</th ><td - >None</td + >Safe-Inferred</td ></tr ></table ><p class="caption" @@ -116,12 +116,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_CrossPackageDocs.html" > to each element of <code >xs</code - >, i.e., -</p + >, i.e.,</p ><pre > map f [x1, x2, ..., xn] == [f x1, f x2, ..., f xn] - map f [x1, x2, ...] == [f x1, f x2, ...] -</pre + map f [x1, x2, ...] == [f x1, f x2, ...]</pre ></div ></div ><div class="top" @@ -136,8 +134,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_CrossPackageDocs.html" ><div class="doc" ><p >Class for string-like datastructures; used by the overloaded string - extension (-XOverloadedStrings in GHC). -</p + extension (-XOverloadedStrings in GHC).</p ></div ><div class="subs methods" ><p class="caption" @@ -188,8 +185,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_CrossPackageDocs.html" ><a href="" >proc</a ></code - > for details) -</p + > for details)</p ></td ></tr ><tr @@ -199,8 +195,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_CrossPackageDocs.html" >]</td ><td class="doc" ><p - >Arguments to pass to the executable -</p + >Arguments to pass to the executable</p ></td ></tr ><tr @@ -212,8 +207,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_CrossPackageDocs.html" ></td ><td class="doc" ><p - >Optional path to the working directory -</p + >Optional path to the working directory</p ></td ></tr ><tr @@ -227,8 +221,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_CrossPackageDocs.html" >)]</td ><td class="doc" ><p - >Optional environment (otherwise inherit) -</p + >Optional environment (otherwise inherit)</p ></td ></tr ><tr @@ -262,15 +255,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_CrossPackageDocs.html" >stdout</code > and <code >stderr</code - > respectively. -</p + > respectively.</p ><p - >For example, to start a process and feed a string to its stdin: -</p + >For example, to start a process and feed a string to its stdin:</p ><pre > (inp,out,err,pid) <- runInteractiveProcess "..." - forkIO (hPutStr inp str) -</pre + forkIO (hPutStr inp str)</pre ><p >The <code ><a href="" @@ -281,8 +271,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_CrossPackageDocs.html" ><a href="" >hSetBinaryMode</a ></code - >. -</p + >.</p ></div ></div ></div |