Skip to content

Commit

Permalink
Fix nested unordered lists in README.md (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Dec 31, 2023
1 parent c0328db commit 39f5f3e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Expand Up @@ -89,19 +89,19 @@ The files contain:

+ `Language.v`: Defines parts of the PHOAS basic infrastructure
parameterized over base types and identifiers including:
. PHOAS
. reification
. denotation/intepretation
. utilities for inverting PHOAS exprs
. default/dummy values of PHOAS exprs
. default instantiation of generic PHOAS types
. gallina reification of ground terms
. Flat/indexed syntax trees, and conversions to and from PHOAS
* PHOAS
* reification
* denotation/intepretation
* utilities for inverting PHOAS exprs
* default/dummy values of PHOAS exprs
* default instantiation of generic PHOAS types
* gallina reification of ground terms
* Flat/indexed syntax trees, and conversions to and from PHOAS

Defines the passes:
. ToFlat
. FromFlat
. GeneralizeVar
* ToFlat
* FromFlat
* GeneralizeVar

+ `IdentifiersBasicLibrary.v`: Defines the package type holding basic
identifier definitions.
Expand All @@ -117,9 +117,9 @@ The files contain:
is used to ensure that when we output C code, aliasing the input
and the output arrays doesn't cause issues).
Defines the passes:
. SubstVar
. SubstVarLike
. SubstVarOrIdent
* SubstVar
* SubstVarLike
* SubstVarOrIdent

The following files in `Language/` are used only by the rewriter:

Expand Down

0 comments on commit 39f5f3e

Please sign in to comment.