Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry-packages
html
Commits
2a84ade2
Commit
2a84ade2
authored
Dec 23, 2018
by
Michael Hanus
Browse files
Imports updated
parent
ecd1d512
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
2a84ade2
...
...
@@ -5,7 +5,8 @@
"synopsis"
:
"Libraries for HTML programming."
,
"category"
:
[
"Web"
],
"dependencies"
:
{
"
html-cgi
"
:
">= 0.0.1"
"
html-cgi
"
:
">= 0.0.1"
,
"random"
:
">= 0.0.1"
},
"sourceDirs"
:
[
"src"
,
"scripts"
],
"exportedModules"
:
[
"HTML.Base"
,
...
...
src/HTML/CGI/Server.curry
View file @
2a84ade2
...
...
@@ -3,7 +3,7 @@
--- to implement dynamic web pages.
---
--- @author Michael Hanus
--- @version
Nov
ember 2018
--- @version
Dec
ember 2018
------------------------------------------------------------------------------
{-# OPTIONS_CYMAKE -Wno-incomplete-patterns #-}
...
...
@@ -19,7 +19,6 @@ import Distribution ( installDir )
import IO
import List ( intercalate )
import Profile
import Random ( getRandomSeed, nextInt )
import ReadNumeric ( readNat )
import ReadShowTerm ( showQTerm, readsQTerm )
import System
...
...
@@ -29,6 +28,7 @@ import Time
import HTML.Base
import HTML.CGI
import Network.NamedSocket
import System.Random ( getRandomSeed, nextInt )
------------------------------------------------------------------------------
--- The server implementing an HTML form (possibly containing input fields).
...
...
Write
Preview
Supports
Markdown
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