File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1673,6 +1673,7 @@ are no general parametric types.
1673
1673
@menu
1674
1674
* Ref.Item.Mod :: Items defining modules.
1675
1675
* Ref.Item.Fn :: Items defining functions.
1676
+ * Ref.Item.Pred :: Items defining predicates for typestates.
1676
1677
* Ref.Item.Iter :: Items defining iterators.
1677
1678
* Ref.Item.Obj :: Items defining objects.
1678
1679
* Ref.Item.Type :: Items defining the types of values and slots.
@@ -2651,7 +2652,8 @@ This implicit graph is called the @dfn{control-flow graph}, or @dfn{CFG}.
2651
2652
@cindex Predicate
2652
2653
@cindex Constraint
2653
2654
2654
- A @dfn {predicate } is a pure boolean function declared with the keyword @code {pred }. @xref {Ref.Item.Pred }.
2655
+ A @dfn {predicate } is a pure boolean function declared with the keyword
2656
+ @code {pred }. @xref {Ref.Item.Pred }.
2655
2657
2656
2658
A @dfn {constraint } is a predicate applied to specific slots.
2657
2659
You can’t perform that action at this time.
0 commit comments