Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
divs1210 committed Oct 24, 2023
1 parent 7e5a137 commit 80b61cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PredScript is a typed functional programming language that uses predicates as ty
### Features

- [functional and data driven language](/examples/collections.ps)
- [functions are polymorphic and dispatch on types of all arguments](/examples/map.ps)
- [functions are polymorphic and dispatch on types of all arguments](/examples/math.ps)
- [types are arbitrary functions that return booleans](/examples/poly.ps)
- [types can have subtypes](/examples/hierarchy.ps)

Expand Down

0 comments on commit 80b61cc

Please sign in to comment.