diff options
Diffstat (limited to 'src/kompsos.ads')
| -rw-r--r-- | src/kompsos.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kompsos.ads b/src/kompsos.ads index e9bbefd..15f61bb 100644 --- a/src/kompsos.ads +++ b/src/kompsos.ads @@ -559,6 +559,10 @@ private type World_Component_Access is access World_Component; + function "<" + (Left, Right : in World_Component_Access) + return Boolean; + type Lazy_Kind is (Zero_Arg, One_Arg, Many_Arg); type Lazy_Data (Kind : Lazy_Kind) is record |
