diff options
| author | Emilio Jesus Gallego Arias | 2018-11-24 21:41:22 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-11-30 22:35:05 +0100 |
| commit | 0422f7e67c6c87ab364212a267288afcc7313e90 (patch) | |
| tree | 05ec0a2e801eeee6adce6655af8475395bb9a575 /gramlib/dune | |
| parent | acd0c18829a03159c489d908ce8f5f510de2f347 (diff) | |
[gramlib] Remove `Ploc.t` in favor of `Loc.t`
The types are identical and we have no more reason for the split. Note
the following TODOS:
- discrepancy of `Ploc.after` with `CLexer.after`
- discrepancy of `Ploc.comments` with `CLexer.comments`
- `Ploc.dummy` vs `Loc.t option`
Diffstat (limited to 'gramlib/dune')
| -rw-r--r-- | gramlib/dune | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gramlib/dune b/gramlib/dune index 6a9e622b4c..8ca6aff25a 100644 --- a/gramlib/dune +++ b/gramlib/dune @@ -1,3 +1,4 @@ (library (name gramlib) - (public_name coq.gramlib)) + (public_name coq.gramlib) + (libraries coq.lib)) |
