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

Fix nested unordered lists in README.md #147

Merged
merged 1 commit into from
Dec 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
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