1
1
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:
Rob Rix 2017-10-05 19:31:22 -04:00
parent 43df678875
commit 025429f6cc

View File

@ -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