Skip to content

Commit ff1bbd8

Browse files
author
svorenova
committed
Add typet and symbol_typet info into readme
1 parent 08d7b44 commit ff1bbd8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/util/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ See documentation at \ref dstringt.
101101

102102
\subsection typet_section typet
103103

104-
See \ref typet.
105-
106-
To be documented.
104+
\ref typet represents the type of an expression. Types may have subtypes,
105+
stored in two [sub](\ref irept::dt::sub)s named “subtype” (a single type) and
106+
“subtypes” (a vector of types). For pre-defined types see `std_types.h` and
107+
`mathematical_types.h`.
107108

108109
\subsubsection symbol_typet_section symbol_typet
109110

110-
See \ref symbol_typet.
111-
112-
To be documented.
111+
\ref symbol_typet is a type used to store a reference to the symbol table. The
112+
full \ref symbolt can be retrieved using the identifier of \ref symbol_typet.
113113

114114
\subsection exprt_section exprt
115115

0 commit comments

Comments
 (0)