Add stub for new function
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user