cryptol/docs
Adam C. Foltzer 284338c938 Add the mono-binds flag
When `:set mono-binds=on`, any local definitions lacking type
signatures will not be generalized (i.e., will be monomorphic). This
reduces what is in most cases unnecessary polymorphism that can give
rise to constraints that are difficult to solve. This also improves
the performance of the Cryptol interpreter by lifting many polymorphic
type applications out of the inner loops that are commonly defined as
bindings in `where` clauses.

The flag is on by default in the Cryptol REPL, and in most cases makes
it possible to leave out more type signatures in `where` clauses than
before. However, some programs really do rely on inferring polymorphic
types for local variables; in this case adding an explicit polymorphic
type signature to the local binding in question will make the program
typecheck.
2014-12-15 17:48:25 -08:00
..
ProgrammingCryptol Add the mono-binds flag 2014-12-15 17:48:25 -08:00
.gitignore Initial import from internal repo 2014-04-17 15:34:25 -07:00
chop.hs Initial import from internal repo 2014-04-17 15:34:25 -07:00
CryptolPrims.md fixes for tickets 22, 20, 107, 102, in preparation for merging 26 2014-09-23 13:32:09 -07:00
CryptolPrims.pdf fixes for tickets 22, 20, 107, 102, in preparation for merging 26 2014-09-23 13:32:09 -07:00
Makefile Incorporating Sean Weaver's fixes to programming cryptol - ticket #80 2014-09-02 10:26:35 -07:00
ProgrammingCryptol.pdf Add the mono-binds flag 2014-12-15 17:48:25 -08:00
Syntax.md Add the mono-binds flag 2014-12-15 17:48:25 -08:00
Syntax.pdf Add the mono-binds flag 2014-12-15 17:48:25 -08:00
Version2Changes.md Add basic support for :exhaust 2014-09-10 11:16:07 -04:00
Version2Changes.pdf Add basic support for :exhaust 2014-09-10 11:16:07 -04:00
Version2Table.md markdown -> .md, Acks section, adding spec to contrib 2014-04-23 13:15:18 -07:00
Version2Table.pdf Incorporating Sean Weaver's fixes to programming cryptol - ticket #80 2014-09-02 10:26:35 -07:00