Christophe Raffalli

Results 61 issues of Christophe Raffalli

Unification variable that remains after type-checking should get a default instanciation. Remark: if later we keep unification constraints, this would become very important as there could be unsolvable contraints, or...

To do as in subml, we need this. It relies on higher-order ?

Wait use case
Incompleteness

Only very simple cases are handled by Typing.is_singleton. Some quantification or Impl could be allowed.

Wait use case
Incompleteness

The current implementation seems to work but should be checked. The risk is to loose some equivalence/normalisation propagation when a unification variable gets instanciated. HApp node are also concerned as...

Wait use case
Incompleteness

There is a FIXME in the code ... Don't know what should be done Can add the equations that were proved for mu-abstraction and named terms: - contraction of mu-abstractions...

Incompleteness

May be based on gmp's mpfi ?

enhancement
help wanted

I would really be nice to allow (t :> int) when t is a variant type with only constant constructors. And in the same time to allow to choose the...

feature-wish
Stale

## Expected Behavior dune build and dune build --release should both work or both fail ## Actual Behavior If the code contains [@inline always], dune build may fail with error...

Caqti is forcing us to use Logs which in turn uses Format. But, - Format is slower than printf (around 70% slower) - More importantly, Format is thread unsafe and,...