Skip to content

Commit

Permalink
Align type lattice diagram in Chapter 4
Browse files Browse the repository at this point in the history
ditaa does not handle diagonal lines and this diagram is better off as
it is.
  • Loading branch information
hirotnk committed May 10, 2020
1 parent 53c0bc3 commit 84fc070
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions chapters/type_system.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,16 @@ The Erlang Type Lattice

[[erlang_type_lattice]]
.Erlang Type Lattice
[ditaa]
----
any()
/ / / / | \ \ \ \ \
/ / / / | \ \ \ \ \
number() atom() reference() fun() port() pid() tuple() map() list() binary()
/ \ \ \ \ | / / / / \ /
integer() float() \ \ \ | / / / nil() cons() /
\ \ \ \ \ | / / / / / /
none()
any()
/ / / / | \ \ \ \ \
/ / / / | \ \ \ \ \
number() atom() reference() fun() port() pid() tuple() map() list() binary()
/ \ \ \ \ | / / / / \ /
integer() float() \ \ \ | / / / nil() cons() /
\ \ \ \ \ | / / / / / /
none()
----

Expand Down

0 comments on commit 84fc070

Please sign in to comment.