mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Add the Union to the predicate.
This commit is contained in:
parent
43df678875
commit
025429f6cc
@ -138,6 +138,7 @@ type family DeclarationStrategy syntax where
|
||||
DeclarationStrategy Declaration.Function = 'Custom
|
||||
DeclarationStrategy Markup.Section = 'Custom
|
||||
DeclarationStrategy Syntax.Empty = 'Custom
|
||||
DeclarationStrategy (Union fs) = 'Custom
|
||||
DeclarationStrategy a = 'Default
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user