diff options
| author | Maxime Dénès | 2017-05-02 13:48:32 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-05-02 13:48:32 +0200 |
| commit | 63503b99c46b27009e85e5c0fa9588b7424a589d (patch) | |
| tree | cd109f724c343e85f888736293044b91240facba /tactics | |
| parent | 249b19897671b95ce0a3b8aba6b24005a315bb8c (diff) | |
| parent | d0252cac3167ef1e5cd26c1b9b40aea06d343413 (diff) | |
Merge PR#596: Fix for bug 5507. Mispelt de Bruijn.
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/dnet.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/dnet.mli b/tactics/dnet.mli index 9f29c60b60..565a916f8e 100644 --- a/tactics/dnet.mli +++ b/tactics/dnet.mli @@ -26,7 +26,7 @@ distincts, or you'll get unexpected behaviours. Warning 2: This structure is perfect, i.e. the set of candidates - returned is equal to the set of solutions. Beware of DeBruijn + returned is equal to the set of solutions. Beware of de Bruijn shifts and sorts subtyping though (which makes the comparison not symmetric, see term_dnet.ml). |
