Version: 4.1
13 Graphics Library as a Unit
13.1 Signatures
| graphics^ : signature | 
Includes all of the bindings defined earlier in this chapter, except the posn bindings of Position Operations.
| graphics:posn^ : signature | 
Includes the posn bindings of Position Operations.
13.2 Unit with posn
Imports mred^ and exports both graphics^ and graphics:posn^.
13.3 Unit without posn
Imports mred^ and graphics:posn^ and exports graphics^.