Octocurious

Home

❯

Mobile

Mobile

01 Mar 20261 min read

Given a type A we define a quotient inductive type Mobile A with the following constructors:

  • leaf:Mobile A
  • node:(A→Mobile A)→Mobile A
  • perm:∀f (π:A↔A)→node f=node(f∘π)

References

altenkirch2016-qiit


Graph View

Backlinks

  • altenkirch2016-qiit

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community