-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges.txt
More file actions
39 lines (26 loc) · 994 Bytes
/
Changes.txt
File metadata and controls
39 lines (26 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 0.4.0
- Ported to OCaml 4.06.1, AST_406 and typpx.1.4.3
- Added functional dependencies
- Updated opam file
# 0.3.1
- Ported to OCaml 4.05.0, AST_405 and typpx.1.4.1
# 0.3.0
- Fixed Tysize.size for polymorphic variants
* Ported to typpx.1.4.0 and OCaml 4.04.2
# 0.2.0
- Added -debug-resolve and -debug-unif options. PPX_IMPLICITS_DEBUG_RESOLVE and PPX_IMPLICITS_DEBUG_UNIF env vars are also usable.
- Removed unused debug option Options.debug_pre
- Spec failures are reported with locations
- Use of typpx
- Made "aggressive" spec more aggressive, possible to take more function arguments as constraints
- Internal: added "type" spec to handle [%imp] in a cleaner way
- Added and fixed tests and examples
# 0.1.0
- policy is now called "spec"
- Added related spec
- Added name spec
- Added aggressive spec
- Added [@@typeclass] and [@@instance] attributes for type class
- ppx_implicits now understands byte-compiler options at its standalone execution
# 0.0.1
* Initial release