rename: compatiblePaths -> compatible

This commit is contained in:
DavHau 2022-02-23 15:29:53 +07:00
parent 02eb4a1cf4
commit 8f2fd2afed
9 changed files with 15 additions and 22 deletions

View File

@ -48,10 +48,9 @@
''; '';
# From a given list of paths, this function returns all paths which can be processed by this translator. # This allows the framework to detect if the translator is compatible with the given input
# This allows the framework to detect if the translator is compatible with the given inputs
# to automatically select the right translator. # to automatically select the right translator.
compatiblePaths = compatible =
{ {
source, source,
}: }:

View File

@ -129,10 +129,9 @@
}); });
# From a given list of paths, this function returns all paths which can be processed by this translator. # This allows the framework to detect if the translator is compatible with the given input
# This allows the framework to detect if the translator is compatible with the given inputs
# to automatically select the right translator. # to automatically select the right translator.
compatiblePaths = compatible =
{ {
source, source,
}: }:

View File

@ -144,7 +144,7 @@ let
subsystem subsystem
type type
; ;
compatible = t.compatiblePaths { inherit source; }; compatible = t.compatible { inherit source; };
}); });
# also includes subdirectories of the given paths up to a certain depth # also includes subdirectories of the given paths up to a certain depth

View File

@ -46,10 +46,9 @@
''; '';
# From a given list of paths, this function returns all paths which can be processed by this translator. # This allows the framework to detect if the translator is compatible with the given input
# This allows the framework to detect if the translator is compatible with the given inputs
# to automatically select the right translator. # to automatically select the right translator.
compatiblePaths = compatible =
{ {
source, source,
}: }:

View File

@ -61,10 +61,9 @@
''; '';
# From a given list of paths, this function returns all paths which can be processed by this translator. # This allows the framework to detect if the translator is compatible with the given input
# This allows the framework to detect if the translator is compatible with the given inputs
# to automatically select the right translator. # to automatically select the right translator.
compatiblePaths = compatible =
{ {
source, source,
}: }:

View File

@ -210,7 +210,7 @@ in
}); });
compatiblePaths = compatible =
{ {
source, source,
}: }:

View File

@ -275,10 +275,9 @@
}); });
# From a given list of paths, this function returns all paths which can be processed by this translator. # This allows the framework to detect if the translator is compatible with the given input
# This allows the framework to detect if the translator is compatible with the given inputs
# to automatically select the right translator. # to automatically select the right translator.
compatiblePaths = compatible =
{ {
source, source,
}: }:

View File

@ -107,8 +107,7 @@ in
''; '';
# from a given list of paths, this function returns all paths which can be processed by this translator compatible =
compatiblePaths =
{ {
source, source,
}: }:

View File

@ -242,10 +242,9 @@
}); });
# From a given list of paths, this function returns all paths which can be processed by this translator. # This allows the framework to detect if the translator is compatible with the given input
# This allows the framework to detect if the translator is compatible with the given inputs
# to automatically select the right translator. # to automatically select the right translator.
compatiblePaths = compatible =
{ {
source, source,
}: }: