Skip to content

Commit

Permalink
Merge pull request #4900 from vanillajonathan/patch-1
Browse files Browse the repository at this point in the history
Add hyphen
  • Loading branch information
melted committed Oct 22, 2021
2 parents 9f5ceb7 + 0f5533e commit 13cdb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependent pattern matching. Both can be used for writing programs and proofs.
However, Idris has been designed from the start to emphasise general purpose
programming rather than theorem proving. As such, it supports interoperability
with systems libraries and C programs, and language constructs for
domain specific language implementation. It also includes higher level
domain-specific language implementation. It also includes higher level
programming constructs such as interfaces (similar to type classes) and do notation.

Idris supports multiple back ends (C and JavaScript by default, with the
Expand Down

0 comments on commit 13cdb16

Please sign in to comment.