index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
plugins
/
extraction
/
haskell.ml
Commit message (
Expand
)
Author
Age
*
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-03
*
Fix Haskell extraction for terms over 45 characters long
Nickolai Zeldovich
2016-02-19
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
Extraction: fix a few little glitches with my last commit (replacing unused v...
Pierre Letouzey
2015-12-15
*
Extraction: also get rid of explicit '\n' for haskell
Pierre Letouzey
2015-12-14
*
Extraction: cleanup a hack (Pp.is_empty instead of Failure "empty phrase")
Pierre Letouzey
2015-12-14
*
Extraction: nicer implementation of Implicits
Pierre Letouzey
2015-12-12
*
Puts all the "import" statements first so as to accommodate the latest GHC.
Nickolai Zeldovich
2015-04-02
*
Fix some typos.
Guillaume Melquiond
2015-04-02
*
Define Any in Haskell extraction when Tunknown is used.
Nickolai Zeldovich
2015-04-02
*
Avoid segfault from code extracted to ghc. (Fix for bug #1257)
Guillaume Melquiond
2015-03-21
*
Properly capitalize filenames when extracting to Haskell. (Fix for bug #3221)
Guillaume Melquiond
2015-03-21
*
Do not revert parameter lists when extracting singleton types to Haskell. (Fi...
Guillaume Melquiond
2015-03-21
*
Update headers.
Maxime Dénès
2015-01-12
*
Haskell extraction: use explicit -XMagicHash instead of -fglasgow-exts
Nickolai Zeldovich
2014-10-28
*
Haskell extraction: put unsafeCoerce type declaration later
Nickolai Zeldovich
2014-10-28
*
Removing a bunch of generic equalities.
ppedrot
2013-09-27
*
Restrict (try...with...) to avoid catching critical exn (part 9)
letouzey
2013-03-13
*
Modulification of identifier
ppedrot
2012-12-14
*
Extraction: avoid initial strange empty comments after Arnaud's hack
letouzey
2012-10-30
*
Remove some more "open" and dead code thanks to OCaml4 warnings
letouzey
2012-10-02
*
As r15801: putting everything from Util.array_* to CArray.*.
ppedrot
2012-09-14
*
Experimental support for a comment in the files' preamble in extraction.
aspiwack
2012-08-24
*
Updating headers.
herbelin
2012-08-08
*
global_reference migrated from Libnames to new Globnames, less deps in gramma...
letouzey
2012-05-29
*
Noise for nothing
pboutill
2012-03-02
*
Extraction: Richer patterns in matchs as proposed by P.N. Tollitte
letouzey
2011-11-28
*
Set Extraction KeepSingleton: an option for not decapsulating singleton types
letouzey
2011-07-04
*
Extraction: in haskell, type signatures for __ and unsafeCoerce (fix #2552)
letouzey
2011-07-04
*
Extraction: avoid lots of late mind_of_kn
letouzey
2011-05-19
*
Extraction: allow extracting Ascii.ascii to native Char in Haskell (fix #2515)
letouzey
2011-04-15
*
Extraction: avoid printing unused mutual fix components (fix #2477)
letouzey
2011-03-07
*
Extraction: improved indentation of extracted code (fix #2497)
letouzey
2011-03-04
*
Extraction: Add missing parenthesis around emulated pattern-match (fix #2478)
letouzey
2011-02-25
*
Fix indentation of default pattern in haskell case (bug #2476)
letouzey
2011-02-25
*
Extraction : fix Extract Inlined Constant for Haskell and Scheme (#2469)
letouzey
2011-01-07
*
Extraction: avoid type-unsafe optimisation of pattern-matchings (fix #2413)
letouzey
2010-12-21
*
Dead code in extraction
letouzey
2010-09-24
*
Fix likely semantic typos
glondu
2010-09-15
*
Fix unescaped end-of-lines (OCaml warning 29)
glondu
2010-09-13
*
Updated all headers for 8.3 and trunk
herbelin
2010-07-24
*
Extraction: more factorization of common match branches
letouzey
2010-07-08
*
Extraction Library Foo creates Foo.ml, not foo.ml
letouzey
2010-07-07
*
Extraction: (yet another) rework of the renaming code
letouzey
2010-07-05
*
Extraction: better support of modules
letouzey
2010-07-02
*
Extraction: no more MPself hence no need for subst during pp
letouzey
2010-07-02
*
Extraction: handling modules (not functors) in Haskell by name mangling
letouzey
2010-06-28
*
Extract Inductive is now possible toward non-inductive types (e.g. nat => int)
letouzey
2010-05-21
*
Remove the svn-specific $Id$ annotations
letouzey
2010-04-29
*
Extraction: ad-hoc identifier type with annotations for reductions
letouzey
2010-04-16
[next]