Skip to content

Commit

Permalink
ditch
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiek committed Nov 18, 2024
1 parent e0493dd commit 1581cae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/FunctionalProgramming.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Functional Programming in Deduce
# Programming in Deduce

Deduce supports the following language features:
* [Import](#import)
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ The source code for Deduce can be obtained from the following github repository.
[https://github.com/jsiek/deduce](https://github.com/jsiek/deduce)

This introduction to Deduce has two parts. The first part gives a
tutorial on how to write functional programs in Deduce. The second
tutorial on how to write programs in Deduce. The second
part shows how to write proofs in Deduce.

* [Functional Programming in Deduce](./doc/FunctionalProgramming.md)
* [Programming in Deduce](./doc/FunctionalProgramming.md)
* [Writing Proofs in Deduce](./doc/ProofIntro.md)

I recommend that you work through the examples in this
Expand Down

0 comments on commit 1581cae

Please sign in to comment.