Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

second attempt at finite csp instance type #96

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    e77c0ed View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    105829f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. improvements

    williamdemeo committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    bb8f3b6 View commit details
    Browse the repository at this point in the history
  2. minor mods

    williamdemeo committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    2c35314 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. improvements

    williamdemeo committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    78d0c71 View commit details
    Browse the repository at this point in the history
  2. still working on it...

    ...but at least I now know a little bit more about `Prop`, `Bool`, and `Dec`.
    
    **Question**. Suppose
    
    ```agda
    ∀ i → Dec (f i ≈ g i)
    ```
    
    and suppose we define
    
    ```agda
    f ≐ g = ∀ i → f i ≈ g i
    ```
    
    Can we then prove `Dec (f ≐ g)`?
    
    (That's what we need in the hole on line 142, and that what I'm trying to do in
    lines 129--134.  I have the `Bool` part, but I still need the `Reflects (f ≐ g)` part.)
    williamdemeo committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    ac5d42b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e50188a View commit details
    Browse the repository at this point in the history