Skip to content

Commit d1f2ad9

Browse files
author
Owen Jones
committed
Replace -> with →
1 parent 30d29b9 commit d1f2ad9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/architectural/cbmc-architecture.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,23 @@ it’s saved output. These include a wide range of analysis and
5555
transformation tools (see \ref section-other-tools).
5656

5757
# Concepts #
58-
## {C, java bytecode} -> Parse tree -> Symbol table -> GOTO programs -> GOTO program transformations -> BMC -> counterexample (goto_tracet) -> printing ##
58+
## {C, java bytecode} → Parse tree → Symbol table → GOTO programs → GOTO program transformations → BMC → counterexample (goto_tracet) → printing ##
5959

6060
To be documented.
6161

62-
## Instrumentation: goto functions -> goto functions ##
62+
## Instrumentation: goto functions → goto functions ##
6363

6464
To be documented.
6565

66-
## Goto functions -> BMC -> Counterexample (trace) ##
66+
## Goto functions → BMC → Counterexample (trace) ##
6767

6868
To be documented.
6969

70-
## Trace -> interpreter -> memory map ##
70+
## Trace → interpreter → memory map ##
7171

7272
To be documented.
7373

74-
## Goto functions -> abstract interpretation ##
74+
## Goto functions → abstract interpretation ##
7575

7676
To be documented.
7777

0 commit comments

Comments
 (0)