cur icon indicating copy to clipboard operation
cur copied to clipboard

A less devious proof assistant

Results 42 cur issues
Sort by recently updated
recently updated
newest added

run `ntac/trace` with this example (from here: https://github.com/wilbowma/cur/issues/121) ``` (ntac/trace (∀ (T : Type) (Σ (lst : (List T)) (And (== (List T) lst (nil T)) (Not (== (List T)...

I want support for making numbers print like numbers. I can redefine `#%datum` to get numbers to read like numbers, but want vice versa. Some kind of interface to `gen:printable`?

```racket #lang cur (define-datatype Nat : Type (z : Nat) (s : (-> Nat Nat))) (define-datatype Vec (A : Type) : (-> Nat Type) (nil : (Vec A z)) (cons...

Should have renamed these during the turnstile merge.

SAT/SMT: https://planet.racket-lang.org/package-source/ianj/smt-solver.plt/1/1/planet-docs/smt-solver/An_SMT-solver_for_Racket.html#(def._((planet._smt-solve..rkt._(ianj._smt-solver..plt._1._0)._smt-solver)._smt-solve)) Systems of equations: https://docs.racket-lang.org/math/matrix_solve.html

fixed-by-turnstile+?

M Gordon, R Milner, L Morris, M Newe, C. Wadsworth. 1978

ntac

Wouldn't it be nice if we had η-expansion during conversion? Coming soon.

enhancement
fixed-by-turnstile+?

For accessibility, `#lang cur` should probably import most of the things by default, and other `#lang`s can be provided more restricted imports. `#lang cur` should include: - [ ] sugar...

With the Turnstile+ merge, documentation is now in poor shape. For accessibility, this is probably the priority right now.