We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f179b commit eb10072Copy full SHA for eb10072
src/NextItemRules/prelude/abstract.jl
@@ -34,6 +34,9 @@ Abstract base type all criteria should inherit from
34
abstract type CriterionBase <: CatConfigBase end
35
abstract type SubItemCriterionBase <: CatConfigBase end
36
37
+"""
38
+$(TYPEDEF)
39
40
abstract type ItemCriterion <: CatConfigBase end
41
42
"""
0 commit comments