Add stub for new function

This commit is contained in:
Niels G. W. Serup 2024-09-25 23:13:23 +02:00
parent c22fd7ddf0
commit 51c7c1977f
No known key found for this signature in database
GPG Key ID: 38EEEBCE67324F19
1 changed files with 3 additions and 0 deletions

View File

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