Code Monkey home page Code Monkey logo

Comments (8)

riaqn avatar riaqn commented on July 21, 2024

I should probably ask this as a general agda question. But in particular I'd like to know what's the practice for this project?

from cubical.

mortberg avatar mortberg commented on July 21, 2024

I don't think there is a fixed practice yet. I'm currently trying to arrange results in the most logical way possible, but it is not always so easy. I'm for example not too happy about the current organization of results about equivalences.

from cubical.

riaqn avatar riaqn commented on July 21, 2024

I have a solution that's not too elegant: instead of a A.agda B.agda, have several files A1.agda A2.agda B1.agda B2.agda that will solve the dependency circle. In the end, have A.agda B.agda that re-export them.

from cubical.

Alizter avatar Alizter commented on July 21, 2024

I think the solution will be very context dependent, if you are running into dependency circles, I would argue you aren't using a logical layout. I can't say much for A's and B's but as mortberg said about equivalences, usually there is a better way to organise.

from cubical.

mortberg avatar mortberg commented on July 21, 2024

I think what is needed is to carefully go over the proofs about hlevels and equivalences and figure out the logical dependencies, most likely by reproving some results in order to linearize the dependency tree. I'll try to do this some day because right now many results are scattered throughout the library.

from cubical.

L-TChen avatar L-TChen commented on July 21, 2024

For the sake of reference, #100 is solving (partially) this issue.

from cubical.

ice1000 avatar ice1000 commented on July 21, 2024

In dependent type your definitions are checked sequentially anyway, how can your modules to be cyclic?

from cubical.

Saizan avatar Saizan commented on July 21, 2024

The .Base vs .Properties split is now there to minimize dependency cycles, in general the solution will be to split modules in a similar way, unless a bigger reorganization is appropriate.

If you end up inlining proofs be mindful that some definitions are there to avoid creating normal forms that are too big.

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.