diff --git a/byg/src/Evaluation/Function.hs b/byg/src/Evaluation/Function.hs index 81fbeff..9b67cbd 100644 --- a/byg/src/Evaluation/Function.hs +++ b/byg/src/Evaluation/Function.hs @@ -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