cooltt icon indicating copy to clipboard operation
cooltt copied to clipboard

😎TT

Results 37 cooltt issues
Sort by recently updated
recently updated
newest added
trafficstars

I think we don't support deep patching, as in `S # [foo.bar := baz]`; nonetheless, this is a useful and important feature of ML-style module systems that could be nice...

enhancement

Extract the ssreflect API to a standalone OCaml library

To speed up the development of the next generation of cooltt, I propose turning isolated components into more OCaml packages ~~with anime-inspired names~~. Here are some ideas: - [x] Namespaces:...

## Motivation Currently, the only way to define types is via `def foo : type := ...`, which has some interesting ramifications regarding fibrancy. In particular, we can't define record...

See, for example, what @favonia did in redtt.

I had decided to use cooltt to experiment with weak universes, i.e. universes where the decoding laws hold up to iso. These are fine, but they make certain things harder...

discussion

Once #361 gets merged, I want to consider ways to auto-insert `.fib` projections even in the case where the `fib` field is a record. This becomes a problem as soon...

When constructing things inside of the splicer, it's easy to make mistakes and accidentally produce ill-typed terms, which can be really hard to debug. This is _especially_ true when dealing...