JTB supposes that a subject S knows a proposition P when:
Are these conditions sufficient for knowledge?
def test():
print("Hello!")
The blank white screen!
renderRunProblem (TargetProblemMatchesMultiple targetSelector targets) =
"The run command is for running a single executable at once. The target '"
++ renderTargetSelector targetSelector ++ " which includes \n"
++ unlines ((\(label, xs) -> "- " ++ label ++ ": " ++ renderListPretty xs)
<$> (zip ["executables", "test-suites", "benchmarks"]
$ filter (not . null) . map removeDuplicates
$ map (componentNameRaw . availableTargetComponentName)
<$> (flip filterTargetsKind $ targets) <$> [ExeKind, TestKind, BenchKind] ))
where removeDuplicates = catMaybes . map safeHead . group . sort