Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalex committed Dec 3, 2019
1 parent c5aae2d commit 152e931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This file describes **transition function** of automaton or **action function**
- First line contain all elements of automaton (or act). Here it\`s 7. Element name can consist of more than one letter, but without spaces.
- Next lines contains action on specific semigroup element. For example, second line means: `1*s1 = 1`, `1*s2 = 2`, etc.

If you don\`t want specify some value of transition function, just print `_` in the line like this: `s3 2 _ 2 5 _ _ 7`.

#### Compilation

If you want to recompile this, you need **Haskell Stack**.
Expand Down

0 comments on commit 152e931

Please # to comment.