Coder Social home page Coder Social logo

Comments (2)

Saizan avatar Saizan commented on June 25, 2024

The problem is that Ω n .. does not reduce, because Ω is defined by pattern matching on the natural number.

That's what the error message is trying to say

The target of a constructor must be the datatype applied to its
parameters, Ω n (Sphere n , base n) .fst isn't
when checking the constructor cell in the declaration of Sphere

"The target of a constructor must be the datatype applied to its parameters" means that the result type of a constructor should reduce to "Sphere .."

The other examples work because e.g. (Ω 2 (S² , base)) .fst normalizes to (λ _ → base) ≡ (λ _ → base) which is a path type in .

from cubical.

mortberg avatar mortberg commented on June 25, 2024

This HIT is not supported by what we did in

https://arxiv.org/abs/1802.01170

or by the schema of

http://www.cs.cmu.edu/~ecavallo/works/popl19.pdf

It is in some sense clear that it works semantically as the types are equivalent to the spheres for a fixed n, but it is not clear how to get it to work type theoretically. A concrete issue is how to even write down the eliminator in general. Given n : ℕ what do we do in the cell case? We will need to give an equation of the form:

f (cell i_1 ... i_n) = 

but you cannot write "..." in type theory.

from cubical.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.