We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update on status.
Note importance of converting result of muliple parses back into receiving type for next parser.
Not Microsoft Pex and Moles.
Add reference to F# 3.0 Language Specification (pdf)
Note use of pretype.
Fix typo
Notes on HOL Light lex function.
Note use of Github issue tracking for NHol.
Note that HOL Light parsers expect noparse exception, not some user defined exception.
Notes about using dotCover and dotTrace.
Note preferences for test with option type.
Note upcoming deleteion of remvoving-exceptions branch.
Add Phan's notes about BUGGY preprocessor symobl.
Add Phan's notes about use compiter option.
Note CODE_COVERAGE preprocessor symbol.
Note FSI_VER_2 preprocessor symbol.
Note DEBUG and TRACE preprocessor symbols.
Note BUGGY preprocessor symbol.
Note COMPILED preprocessor symbol
Note INTERACTIVE preprocessor symbol.
Explain USE preprocessor symbol.
Note NHol manual written using LaTeX with fitch.sty and proof.sty.
Note unit testing and typing-related issues.
Add some links used for writing test cases.
Note usage of pre/post conditions or Horae logic.
Note problems with code coverage and inline functions.
Note benefits of converting exception results to string for comparison with NUnit.
Explain usefullness of Failure Active Pattern.
Note Core.exn type abbreviation for F#.
Note about useage of Failure function, AKA Failure Active Pattern.