├── 0000-relaxed-dependency-analysis.rst ├── 0000-template.rst ├── README.rst ├── report ├── Makefile ├── README ├── packages │ ├── Makefile │ └── pkg-spec.sgml ├── report │ ├── Makefile │ ├── Prelude.hs │ ├── PreludeIO.hs │ ├── PreludeList.hs │ ├── PreludeText.hs │ ├── README │ ├── basic.verb │ ├── classes.eps │ ├── classes.gif │ ├── classes.pdf │ ├── classes.ppt │ ├── decls.verb │ ├── derived.verb │ ├── exps.verb │ ├── ffi.verb │ ├── fixity.verb │ ├── h98.ppt │ ├── haddock.sty │ ├── haskell.bib │ ├── haskell.verb │ ├── hprime.png │ ├── hprime.ppt │ ├── ht │ │ ├── haddock.sty │ │ └── haskell.cfg │ ├── index-extra.verb │ ├── index-intro.verb │ ├── index.html │ ├── intro.verb │ ├── io-13.verb │ ├── iso-chars.verb │ ├── lambda.gif │ ├── lexemes.verb │ ├── libs │ │ ├── Control-Monad.tex │ │ ├── Data-Array.tex │ │ ├── Data-Bits.tex │ │ ├── Data-Char.tex │ │ ├── Data-Complex.tex │ │ ├── Data-Int.tex │ │ ├── Data-Ix.tex │ │ ├── Data-List.tex │ │ ├── Data-Maybe.tex │ │ ├── Data-Ratio.tex │ │ ├── Data-Word.tex │ │ ├── Foreign-C-Error.tex │ │ ├── Foreign-C-String.tex │ │ ├── Foreign-C-Types.tex │ │ ├── Foreign-C.tex │ │ ├── Foreign-ForeignPtr.tex │ │ ├── Foreign-Marshal-Alloc.tex │ │ ├── Foreign-Marshal-Array.tex │ │ ├── Foreign-Marshal-Error.tex │ │ ├── Foreign-Marshal-Utils.tex │ │ ├── Foreign-Marshal.tex │ │ ├── Foreign-Ptr.tex │ │ ├── Foreign-StablePtr.tex │ │ ├── Foreign-Storable.tex │ │ ├── Foreign.tex │ │ ├── Numeric.tex │ │ ├── System-Environment.tex │ │ ├── System-Exit.tex │ │ ├── System-IO-Error.tex │ │ └── System-IO.tex │ ├── modules.verb │ ├── plain_haskell.verb │ ├── pragmas.verb │ ├── preface-13.verb │ ├── preface.verb │ ├── standard-prelude.verb │ ├── syntax-iso.verb │ └── syntax-lexical.verb ├── styles │ ├── code.sty │ ├── grammar.sty │ └── proof.sty └── tools │ ├── Makefile │ ├── index.hs │ ├── splitAndIndexPgm │ ├── subsection │ ├── verb-tex4ht.lex │ └── verbatim.lex └── texts └── .gitkeep /0000-relaxed-dependency-analysis.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/0000-relaxed-dependency-analysis.rst -------------------------------------------------------------------------------- /0000-template.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/0000-template.rst -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/README.rst -------------------------------------------------------------------------------- /report/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/Makefile -------------------------------------------------------------------------------- /report/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/README -------------------------------------------------------------------------------- /report/packages/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/packages/Makefile -------------------------------------------------------------------------------- /report/packages/pkg-spec.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/packages/pkg-spec.sgml -------------------------------------------------------------------------------- /report/report/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/Makefile -------------------------------------------------------------------------------- /report/report/Prelude.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/Prelude.hs -------------------------------------------------------------------------------- /report/report/PreludeIO.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/PreludeIO.hs -------------------------------------------------------------------------------- /report/report/PreludeList.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/PreludeList.hs -------------------------------------------------------------------------------- /report/report/PreludeText.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/PreludeText.hs -------------------------------------------------------------------------------- /report/report/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/README -------------------------------------------------------------------------------- /report/report/basic.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/basic.verb -------------------------------------------------------------------------------- /report/report/classes.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/classes.eps -------------------------------------------------------------------------------- /report/report/classes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/classes.gif -------------------------------------------------------------------------------- /report/report/classes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/classes.pdf -------------------------------------------------------------------------------- /report/report/classes.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/classes.ppt -------------------------------------------------------------------------------- /report/report/decls.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/decls.verb -------------------------------------------------------------------------------- /report/report/derived.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/derived.verb -------------------------------------------------------------------------------- /report/report/exps.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/exps.verb -------------------------------------------------------------------------------- /report/report/ffi.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/ffi.verb -------------------------------------------------------------------------------- /report/report/fixity.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/fixity.verb -------------------------------------------------------------------------------- /report/report/h98.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/h98.ppt -------------------------------------------------------------------------------- /report/report/haddock.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/haddock.sty -------------------------------------------------------------------------------- /report/report/haskell.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/haskell.bib -------------------------------------------------------------------------------- /report/report/haskell.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/haskell.verb -------------------------------------------------------------------------------- /report/report/hprime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/hprime.png -------------------------------------------------------------------------------- /report/report/hprime.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/hprime.ppt -------------------------------------------------------------------------------- /report/report/ht/haddock.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/ht/haddock.sty -------------------------------------------------------------------------------- /report/report/ht/haskell.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/ht/haskell.cfg -------------------------------------------------------------------------------- /report/report/index-extra.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/index-extra.verb -------------------------------------------------------------------------------- /report/report/index-intro.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/index-intro.verb -------------------------------------------------------------------------------- /report/report/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/index.html -------------------------------------------------------------------------------- /report/report/intro.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/intro.verb -------------------------------------------------------------------------------- /report/report/io-13.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/io-13.verb -------------------------------------------------------------------------------- /report/report/iso-chars.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/iso-chars.verb -------------------------------------------------------------------------------- /report/report/lambda.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/lambda.gif -------------------------------------------------------------------------------- /report/report/lexemes.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/lexemes.verb -------------------------------------------------------------------------------- /report/report/libs/Control-Monad.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Control-Monad.tex -------------------------------------------------------------------------------- /report/report/libs/Data-Array.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Data-Array.tex -------------------------------------------------------------------------------- /report/report/libs/Data-Bits.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Data-Bits.tex -------------------------------------------------------------------------------- /report/report/libs/Data-Char.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Data-Char.tex -------------------------------------------------------------------------------- /report/report/libs/Data-Complex.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Data-Complex.tex -------------------------------------------------------------------------------- /report/report/libs/Data-Int.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Data-Int.tex -------------------------------------------------------------------------------- /report/report/libs/Data-Ix.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Data-Ix.tex -------------------------------------------------------------------------------- /report/report/libs/Data-List.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Data-List.tex -------------------------------------------------------------------------------- /report/report/libs/Data-Maybe.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Data-Maybe.tex -------------------------------------------------------------------------------- /report/report/libs/Data-Ratio.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Data-Ratio.tex -------------------------------------------------------------------------------- /report/report/libs/Data-Word.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Data-Word.tex -------------------------------------------------------------------------------- /report/report/libs/Foreign-C-Error.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Foreign-C-Error.tex -------------------------------------------------------------------------------- /report/report/libs/Foreign-C-String.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Foreign-C-String.tex -------------------------------------------------------------------------------- /report/report/libs/Foreign-C-Types.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Foreign-C-Types.tex -------------------------------------------------------------------------------- /report/report/libs/Foreign-C.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Foreign-C.tex -------------------------------------------------------------------------------- /report/report/libs/Foreign-ForeignPtr.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Foreign-ForeignPtr.tex -------------------------------------------------------------------------------- /report/report/libs/Foreign-Marshal-Alloc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Foreign-Marshal-Alloc.tex -------------------------------------------------------------------------------- /report/report/libs/Foreign-Marshal-Array.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Foreign-Marshal-Array.tex -------------------------------------------------------------------------------- /report/report/libs/Foreign-Marshal-Error.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Foreign-Marshal-Error.tex -------------------------------------------------------------------------------- /report/report/libs/Foreign-Marshal-Utils.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Foreign-Marshal-Utils.tex -------------------------------------------------------------------------------- /report/report/libs/Foreign-Marshal.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Foreign-Marshal.tex -------------------------------------------------------------------------------- /report/report/libs/Foreign-Ptr.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Foreign-Ptr.tex -------------------------------------------------------------------------------- /report/report/libs/Foreign-StablePtr.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Foreign-StablePtr.tex -------------------------------------------------------------------------------- /report/report/libs/Foreign-Storable.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Foreign-Storable.tex -------------------------------------------------------------------------------- /report/report/libs/Foreign.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Foreign.tex -------------------------------------------------------------------------------- /report/report/libs/Numeric.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/Numeric.tex -------------------------------------------------------------------------------- /report/report/libs/System-Environment.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/System-Environment.tex -------------------------------------------------------------------------------- /report/report/libs/System-Exit.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/System-Exit.tex -------------------------------------------------------------------------------- /report/report/libs/System-IO-Error.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/System-IO-Error.tex -------------------------------------------------------------------------------- /report/report/libs/System-IO.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/libs/System-IO.tex -------------------------------------------------------------------------------- /report/report/modules.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/modules.verb -------------------------------------------------------------------------------- /report/report/plain_haskell.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/plain_haskell.verb -------------------------------------------------------------------------------- /report/report/pragmas.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/pragmas.verb -------------------------------------------------------------------------------- /report/report/preface-13.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/preface-13.verb -------------------------------------------------------------------------------- /report/report/preface.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/preface.verb -------------------------------------------------------------------------------- /report/report/standard-prelude.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/standard-prelude.verb -------------------------------------------------------------------------------- /report/report/syntax-iso.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/syntax-iso.verb -------------------------------------------------------------------------------- /report/report/syntax-lexical.verb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/report/syntax-lexical.verb -------------------------------------------------------------------------------- /report/styles/code.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/styles/code.sty -------------------------------------------------------------------------------- /report/styles/grammar.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/styles/grammar.sty -------------------------------------------------------------------------------- /report/styles/proof.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/styles/proof.sty -------------------------------------------------------------------------------- /report/tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/tools/Makefile -------------------------------------------------------------------------------- /report/tools/index.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/tools/index.hs -------------------------------------------------------------------------------- /report/tools/splitAndIndexPgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/tools/splitAndIndexPgm -------------------------------------------------------------------------------- /report/tools/subsection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/tools/subsection -------------------------------------------------------------------------------- /report/tools/verb-tex4ht.lex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/tools/verb-tex4ht.lex -------------------------------------------------------------------------------- /report/tools/verbatim.lex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/report/tools/verbatim.lex -------------------------------------------------------------------------------- /texts/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskell/rfcs/HEAD/texts/.gitkeep --------------------------------------------------------------------------------