aboutsummaryrefslogtreecommitdiff
path: root/interp/constrintern.ml
AgeCommit message (Expand)Author
2012-12-04Backtrack on activating scopes with type casts (was r15978).herbelin
2012-11-25Monomorphization (interp)ppedrot
2012-11-25More equality functionsppedrot
2012-11-17Taking into account the type of a definition (if it exists), and theherbelin
2012-11-13Added a CString module.ppedrot
2012-11-08Monomorphized a lot of equalities over OCaml integers, thanks toppedrot
2012-10-02Remove some more "open" and dead code thanks to OCaml4 warningsletouzey
2012-09-14As r15801: putting everything from Util.array_* to CArray.*.ppedrot
2012-09-14Moving Utils.list_* to a proper CList module, which includes stdlibppedrot
2012-09-14This patch removes unused "open" (automatically generated fromregisgia
2012-08-08Updating headers.herbelin
2012-07-21Improving management of notations with binders (see #2708 where aherbelin
2012-06-22Added an indirection with respect to Loc in Compat. As many [open Compat]ppedrot
2012-06-14Internalization of pattern is done in two phases.pboutill
2012-06-04Forward-port fixes from 8.4 (15358, 15353, 15333).msozeau
2012-05-29global_reference migrated from Libnames to new Globnames, less deps in gramma...letouzey
2012-05-29Basic stuff about constr_expr migrated from topconstr to constrexpr_opsletouzey
2012-05-29Stuff about notation_constr (ex-aconstr) now in notation_ops.mlletouzey
2012-05-29Pattern as a mli-only file, operations in Patternopsletouzey
2012-05-29New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstrletouzey
2012-05-29Glob_term now mli-only, operations now in Glob_opsletouzey
2012-05-29locus.mli for occurrences+clauses, misctypes.mli for various little thingsletouzey
2012-05-29Evar_kinds.mli containing former Evd.hole_kind, avoid deps on Evdletouzey
2012-05-11Impossible branches inference fixup (bug 2761)pboutill
2012-04-12"A -> B" is a notation for "forall _ : A, B".pboutill
2012-04-07Fixing the "capture" check newly introduced in r15122 whenherbelin
2012-04-06Unifying the different procedures for interning binders.herbelin
2012-04-06Fixing a few bugs (see #2571) related to interpretation of multiple bindersherbelin
2012-03-20Fixing bug #2724 (using notations with binders in cases patternsherbelin
2012-03-14Second step of integration of Program:msozeau
2012-03-02Glob_term.predicate_pattern: No number of parameters with letins.pboutill
2012-03-02"Let in" in pattern hell, one more iterationpboutill
2012-03-02Noise for nothingpboutill
2012-02-29Fix compilation of Constrintern...pboutill
2012-02-29RefMan update about match syntax.pboutill
2012-02-29In the syntax of pattern matching, the arguments of the inductive in the "in"pboutill
2012-02-29In the syntax of pattern matching, "in" clauses are patterns.pboutill
2012-01-20Added documentation for "Set Parsing Explicit" + fixed mistakenlyherbelin
2012-01-20Added new command "Set Parsing Explicit" for deactivating parsing (andherbelin
2012-01-19Boolean Option Patterns Compatibilitypboutill
2012-01-16Parameters in pattern first step.pboutill
2012-01-05Backtracking on r14876 (fix for bug #2267): extra scopes might beherbelin
2012-01-04Fixing Arguments Scope bug when too many scopes are given (bug #2667).herbelin
2011-12-17A pass on warning printings. Made systematic the use of msg_warning soherbelin
2011-11-16Fixing association of wrong "as"-pattern name when expandingherbelin
2011-10-28Remove dynamic stuff from constr_expr and glob_constrglondu
2011-07-22Add a syntax entry for fully applied constructor patternpboutill
2011-07-22Internalization of pattern carries a full intern_envpboutill
2011-07-15A correct error message for an unknown field in a record definitionpboutill
2011-05-26Partial fix for accepting bound variables with same name as implicitherbelin