Skip to content

Commit

Permalink
t, nil do not follow the "drop -p" pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuco1 committed Nov 3, 2018
1 parent 7f5c3d3 commit 693f23c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/type-annotations.org
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ get the type:
- =integerp= → =integer= (=int= is also accepted)
- =markerp= → =marker=
- =hash-table-p= → =hash-table=

Some additional special types:

- =t= stands for =t= and is always true
- =nil= stands for =nil= and is always false
- =bool= is a combination of explicitly =t= or =nil=
Expand Down

0 comments on commit 693f23c

Please sign in to comment.