Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions content/courses/ada-idioms/chapters/abstract_data_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Abstract Data Types
Motivation
----------

In the previous idiom (the
:ref:`Groups of Related Program Units <Ada_Idioms_Groups_Of_Related_Program_Units>`),
In the
:ref:`Groups of Related Program Units <Ada_Idioms_Groups_Of_Related_Program_Units>` idiom,
client compile-time visibility to the type's representation is both an
advantage and a disadvantage. Visibility to the representation makes available
the expressiveness of low-level syntax, such as array indexing and aggregates,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -563,12 +563,6 @@ record component types. We could use the Hardware Abstraction Layer
affect the idiom expression itself.


Bibliography
-----------------

None.


.. _Ada_Idioms_Serial_IO_Complete_Example:


Expand Down
Loading