User:Zzo38
From HaskellWiki
(Difference between revisions)
| (7 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| + | I am allowing all texts I typed into this wiki as public domain. The simple permissive license of Haskell Wiki is also permitted, so you can use that in case public domain is not possible. | ||
| + | |||
I have made one Haskell program so far: | I have made one Haskell program so far: | ||
* [http://zzo38computer.cjb.net/prog/Constantinople.zip Constantinople compiler] (this program uses [[Parsec]] and [[Template Haskell]]) | * [http://zzo38computer.cjb.net/prog/Constantinople.zip Constantinople compiler] (this program uses [[Parsec]] and [[Template Haskell]]) | ||
| + | |||
| + | Subpage: | ||
| + | * [[User:Zzo38/Proposal for more-notation|Proposal for more-notation]] | ||
| + | * [[User:Zzo38/Proposal about classes|Proposal about classes]] | ||
| + | * [[User:Zzo38/Proposal for additional kinds|Proposal for additional kinds]] | ||
| + | * [[User:Zzo38/Proposal for Haskell preprocessor|Proposal for Haskell preprocessor]] | ||
| + | * [[User:Zzo38/Proposal for instance disambiguation|Proposal for instance disambiguation]] | ||
| + | * [[User:Zzo38/Proposal for macros|Proposal for macros]] | ||
Current revision
I am allowing all texts I typed into this wiki as public domain. The simple permissive license of Haskell Wiki is also permitted, so you can use that in case public domain is not possible.
I have made one Haskell program so far:
- Constantinople compiler (this program uses Parsec and Template Haskell)
Subpage:
