Add stub for new function
This commit is contained in:
parent
c22fd7ddf0
commit
51c7c1977f
|
@ -9,6 +9,9 @@ evalFunction f x = case (f, x) of
|
|||
(JoinPaths, Tuple (String _, String _)) ->
|
||||
String undefined
|
||||
|
||||
(FileComponents, String _) ->
|
||||
Tuple (String undefined, String undefined)
|
||||
|
||||
(IsImageExtension, String _) ->
|
||||
Bool undefined
|
||||
|
||||
|
|
Loading…
Reference in New Issue