We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d7b44 commit ff1bbd8Copy full SHA for ff1bbd8
src/util/README.md
@@ -101,15 +101,15 @@ See documentation at \ref dstringt.
101
102
\subsection typet_section typet
103
104
-See \ref typet.
105
-
106
-To be documented.
+\ref typet represents the type of an expression. Types may have subtypes,
+stored in two [sub](\ref irept::dt::sub)s named “subtype” (a single type) and
+“subtypes” (a vector of types). For pre-defined types see `std_types.h` and
107
+`mathematical_types.h`.
108
109
\subsubsection symbol_typet_section symbol_typet
110
-See \ref symbol_typet.
111
112
+\ref symbol_typet is a type used to store a reference to the symbol table. The
+full \ref symbolt can be retrieved using the identifier of \ref symbol_typet.
113
114
\subsection exprt_section exprt
115
0 commit comments