Require simpler IsImageExtension

This commit is contained in:
2024-09-25 23:12:32 +02:00
parent 056c8d278b
commit c22fd7ddf0
4 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ evalFunction f x = case (f, x) of
(JoinPaths, Tuple (String _, String _)) ->
String undefined
(IsImageFilename, String _) ->
(IsImageExtension, String _) ->
Bool undefined
(ConvertedImageFilename, String _) ->