X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=9a3c4dd24cbb79e48345bf40a6ffaa225ba0b4b9;hb=774c352cc8eb496df66e80ca1602f865b5ced2b8;hp=1637d582ea14c53f7841cd64b3c6a2c529d1b590;hpb=d9fdace4c79166836aaa00d7cfa5541f2dc29c3f;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index 1637d58..9a3c4dd 100644 --- a/Constants.hs +++ b/Constants.hs @@ -157,6 +157,10 @@ reverseId = "reverse" copyId :: String copyId = "copy" +-- | copyn function identifier +copynId :: String +copynId = "copyn" + -- | map function identifier mapId :: String mapId = "map"