Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ to terminate". In terms of features, we have a language with:
* An import mechanism to import expressions from foreign sources (local files or
over HTTP)
* A type system to type check all of the above
* [Standards](https://github.com/dhall-lang/dhall-lang/blob/master/standard/semantics.md)
* [Standards](https://github.com/dhall-lang/dhall-lang/tree/master/standard#semantics)
to promote adoption in multiple languages.

To give you an example of a Dhall expression, let's jump straight in and see an
Expand Down