Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit dcde1fb

Browse files
authored
Merge pull request #1 from 0xflotus/patch-1
Update program-analysis.md
2 parents 67899f7 + 1768a70 commit dcde1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/program-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The [`Evaluatable`](https://github.com/github/semantic/blob/master/src/Data/Abst
2121

2222
We have yet to finish implementing `Evaluatable` instances for the various à la carte syntaxes. Doing so requires knowledge of the type and value evaluation semantics of a particular syntax and familiarity with the functions for interacting with the environment and store.
2323

24-
#### Implemeneting `Evaluatable` instances
24+
#### Implementing `Evaluatable` instances
2525
The following is a brief guide to working with the definitional interpreters and implementing instances of `Evaluatable` for the various pieces of syntax. `Semantil.Util` defines a series of language-specific wrapper functions for working in ghci to do evaluation.
2626

2727
_Helpers:_

0 commit comments

Comments
 (0)