Skip to content

Commit 06fb36d

Browse files
committed
docs: update README and OPAM descriptions
1 parent 2805142 commit 06fb36d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ♾️ mugen 無限: Universe Levels
22

3-
A vast generalization of [Conor McBride’s crude but effective stratification](https://personal.cis.strath.ac.uk/conor.mcbride/Crude.pdf). We replace natural numbers with what we call _displacement algebras_, the minimum algebraic structure to use McBride’s scheme. Our (conditionally accepted) POPL 2023 paper [“An Order-Theoretic Analysis of Universe Polymorphism”](https://favonia.org/files/mugen.pdf) explained the theory behind our design.
3+
A vast generalization of [Conor McBride’s crude but effective stratification](https://personal.cis.strath.ac.uk/conor.mcbride/Crude.pdf). We replace natural numbers with what we call _displacement algebras_, the minimum algebraic structure to use McBride’s scheme. Our POPL 2023 paper [“An Order-Theoretic Analysis of Universe Polymorphism”](https://favonia.org/files/mugen.pdf) explained the theory behind our design.
44

55
## Stability
66

mugen.opam

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
opam-version: "2.0"
22
name: "mugen"
3-
synopsis: "Universes"
4-
description: """Universe Levels"""
3+
synopsis: "Universe levels and universe polymorphism"
4+
description: """
5+
This package implements the generalization of Conor McBride’s crude but effective stratification. The theory behind the design is discussed in the POPL 2023 paper “An Order-Theoretic Analysis of Universe Polymorphism.”
6+
"""
57
maintainer: "favonia <favonia@gmail.com>"
68
authors: "The RedPRL Development Team"
79
license: "Apache-2.0"

0 commit comments

Comments
 (0)