Leonardo de Moura
|
afb5cb16ee
|
chore: simplify option names
see #1011
|
2022-02-08 12:23:24 -08:00 |
|
Leonardo de Moura
|
59acf01bc9
|
feat: relax auto-implicit restrictions
The new options `relaxedAutoBoundImplicitLocal` can be used to
disable this feature.
closes #1011
|
2022-02-08 12:17:42 -08:00 |
|
Sebastian Ullrich
|
8a02dfec4f
|
feat: subsume variables under variable
/cc @leodemoura
|
2021-01-22 14:36:05 +01:00 |
|
Leonardo de Moura
|
bbcd2247f2
|
feat: extend valid set of valid auto bound names
@Kha The motivation was Andrew's example :)
Users often use `u₁`, `u1`, `u₂`, ... to name universe variables.
|
2020-12-19 12:36:19 -08:00 |
|
Leonardo de Moura
|
5a396a4872
|
feat: insert auto bound implicit arguments before explicitly provided ones
cc @Kha
|
2020-11-28 12:45:57 -08:00 |
|