Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Update lecture_03.md #7

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lecture_03.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,20 +480,20 @@ class: center,middle
## String

* detected from list heuristically
* concatenated if written adjacent (only for 2 adjacent strings)
* concatenated if written adjacent
---
# Pseudo-types
## String

* detected from list heuristically
* concatenated if written adjacent (only for 2 adjacent strings)
* concatenated if written adjacent
* operates as list in BEAM
---
# Pseudo-types
## String

* detected from list heuristically
* concatenated if written adjacent (only for 2 adjacent strings)
* concatenated if written adjacent
* operates as list in BEAM

```erlang-repl
Expand Down