BUG added: [2a89b3b569f4] duplicate interface definitions
[SXSI/xpathcomp.git] / bugs / all / 2a89b3b569f4_duplicate_interface_definitions
1 title: duplicate interface definitions
2 status: OPEN
3 reported by: 
4 last modified: 2012-04-24 09:50:19+0200
5 date: 2012-04-24 09:50:19+0200
6 author: Kim Nguyễn
7 assigned to: Kim Nguyễn
8
9 -- opened by Kim Nguyễn on 2012-04-24 09:50:19+0200
10
11 Problem description: Interfaces are duplicated all over the place:
12 * in the .ml
13 * in the corresponding .mli
14 Common signature such as Hcons.S should be included too instead of
15 duplicated (but need OCaml 3.12 := to do that cleanly).
16
17 How to reproduce: /
18
19 Proposed solution: put everything in Sigs.mli and include from there.