Skip to content
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
2 changes: 1 addition & 1 deletion HaxeManual/02-types.tex
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ \chapter{Types}
\item[\emph{Class instance}:] an object of a given class or interface
\item[\emph{Enum instance}:] a value of a Haxe enumeration
\item[\emph{Structure}:] an anonymous structure, i.e. a collection of named fields
\item[\emph{Function}:] a compound type of several arguments and one return
\item[\emph{Function}:] a compound type of several arguments and optionally return value
\item[\emph{Dynamic}:] a wildcard type which is compatible with any type
\item[\emph{Abstract}:] a compile-time type which is represented by a different type at runtime
\item[\emph{Monomorph}:] an unknown type which may later become a different type
Expand Down