| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Correct attribution of existential types; MERGE to STABLE
|
|
|
|
| |
Add notes about Typable restrictions; merge to stable
|
|
|
|
| |
Update documentation for ghc-pkg list and ghc-pkg latest.
|
|
|
|
|
| |
- Remove -fno-cpr, which doesn't exist
- remove redundancy in description of -fno-full-laziness
|
|
|
|
| |
Document a few more options
|
|
|
|
| |
Wibble to TH docs; MERGE to STABLE
|
|
|
|
| |
Document refined dependency analysis
|
|
|
|
| |
Docs on SPECIALISE pragma
|
|
|
|
| |
Fix CPP symbols
|
|
|
|
|
|
|
|
|
|
| |
Arrange that a 'deriving' clause works for a GADT-syntax
data type delaration, provided it declares a Haskell-98-style
data type (i.e. no existentials or GADT stuff).
This just allows you to use a different syntax for data type
declarations without losing 'deriving'. A couple of people requested
this, and it's really easy to do.
|
|
|
|
| |
Remove -fnumbers-strict; it doesn't exist any more
|
|
|
|
| |
Add an extra note about defaulting in GHCi
|
|
|
|
| |
Update docs for :ctags, :etags.
|
|
|
|
|
|
|
|
|
|
|
| |
Document changes to the package system.
A nice side effect of the relaxed restrictions is that the
-ignore-package flag is no longer required when compiling a package
(unless the package is "base", and even in that case we might be able
to get away with -hide-package base). For now, I've removed
references that talk about using -ignore-package when compiling a
package, and simplified the documentation for -ignore-package.
|
|
|
|
| |
Small improvement to the text
|
|
|
|
|
| |
- Fix up documentation for about new automatic printing semantics
- Document :tags
|
|
|
|
| |
Mention that type splices are not implemented; MERGE to STABLE
|
|
|
|
| |
Fix the names of a few fields.
|
|
|
|
| |
Fix url
|
|
|
|
| |
typo
|
|
|
|
| |
More details about the representation of types after type checking.
|
|
|
|
| |
Print only the result of a bind stmt
|
|
|
|
| |
Documentation for new GHCi behaviour
|
|
|
|
| |
document +RTS -I
|
|
|
|
|
| |
A start on a commentary section about the threaded/SMP runtime. This
will replace the old section which is a bit out of date now.
|
|
|
|
|
|
| |
Added a new section that describes GHC's hybrid type representation
`TypeRep.Type' and it's friends. This sufficiently subtle and GHC-specific
that it warrants extra treatment outside of the section on type checking.
|
|
|
|
| |
More details about type checking.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make it so that you can deprecate a data constructor.
Previously {-# DEPRECATED T "no" #-} referred only to the type
or class T. Now it refers to the data constructor T as well,
just like in fixity declarations.
There's no way to deprecate the data constructor T without also
deprecating the type T, alas. Same problem in fixity decls.
Main problem is coming up with a suitable concrete syntax to do
so.
We could consider merging this to the STABLE branch.
NB: Sven, the manual fixes are not XML-valideated! I'm at home.
|
|
|
|
| |
Updated and extended the section about the renamer.
|
|
|
|
|
| |
Small fixes that adds chm and HxS targets to the build system. The former is used
to build all documentation in HtmlHelp format while the letter uses HtmlHelp2 format.
|
|
|
|
| |
XML wibble
|
|
|
|
| |
Document improvements in overlap handling
|
|
|
|
| |
Add entry about non-blocking stdin and System.Cmd.{system,rawSystem}.
|
|
|
|
| |
daVinci is now called uDraw(Graph)
|
|
|
|
| |
No -optc prefix fot GhcRtsCcOpts needed
|
|
|
|
|
|
| |
fix typo (Sourceforge bug #1183229)
(for STABLE)
|
|
|
|
| |
Add the -hide-all-packages flag.
|
|
|
|
| |
Documentation for rebindable syntax
|
|
|
|
|
| |
comment out parts of the Win32 DLLs section, specifically those that
don't apply to current Windows distributions.
|
|
|
|
| |
Note change in behaviour of ghc -M: all modules must now have source files
|
|
|
|
| |
Clarify -main-is documentation
|
|
|
|
| |
Re-clarify hs-boot docs
|
|
|
|
| |
Clarify hs-boot docs
|
|
|
|
| |
Fix InstalledPackageInfo link
|
|
|
|
| |
Reword documentation of retainer sets
|
|
|
|
| |
Document infix type operators
|
|
|
|
| |
Add notes about implicit parameters; pls merge
|
|
|
|
|
|
| |
Some minimalistic documentation for -fPIC and -dynamic.
MERGE TO STABLE
|
|
|
|
| |
Add notes about newtype deriving
|
|
|
|
| |
Mention not to use comments on the same line as OPTIONS_GHC
|