diff --git a/_oasis b/_oasis index 39957f0a..5038b5f5 100644 --- a/_oasis +++ b/_oasis @@ -40,7 +40,7 @@ Flag "bigarray" Default: true Flag "advanced" - Description: Build advanced combinators, including CCLinq (requires "sequence") + Description: Build advanced combinators (requires "sequence") Default: true Library "containers" diff --git a/src/advanced/CCLinq.mli b/src/advanced/CCLinq.mli index 898eea54..02136979 100644 --- a/src/advanced/CCLinq.mli +++ b/src/advanced/CCLinq.mli @@ -33,7 +33,7 @@ Functions and operations are assumed to be referentially transparent, i.e. they should not rely on external side effects, they should not rely on the order of execution. -@deprecated use {{: https://github.com/c-cube/olinq} OLinq} (once released) +@deprecated use {{: https://github.com/c-cube/olinq} OLinq} {[