Skip to content
Snippets Groups Projects
  1. Jan 23, 2024
    • Isaac van Bakel's avatar
      Strengthen option OFE and camera instances for QoL · 029c1857
      Isaac van Bakel authored
      Previously, each individual instance in the option OFE and camera
      instances (i.e. `Dist`, `Valid`, etc.) required a full OFE (resp.
      camera) instance for the argument type of the option. This makes using
      option in the definition of recursively-defined OFEs and cameras
      annoyingly hard, since you can't use e.g. the option `Dist` to define
      your recursive `Dist` instance, since your type isn't yet an OFE.
      
      This change strengthens all these instances to just require an instance
      of the same class on the argument type, so that they can be relied on for
      implementing an OFE. Ideally all the lemmas associated with these
      instances would also be strengthened, but these are harder to
      generalise, so I've opted to skip over that work for now.
      029c1857
  2. Oct 11, 2023
  3. Oct 09, 2023
  4. Oct 08, 2023
  5. Oct 06, 2023
  6. Oct 05, 2023
  7. Oct 04, 2023
  8. Oct 03, 2023
  9. Sep 29, 2023
  10. Sep 27, 2023
  11. Sep 26, 2023
  12. Sep 21, 2023
Loading