diff options
author | Basile Henry | 2020-10-17 00:40:25 +0200 |
---|---|---|
committer | Basile Henry | 2020-10-25 15:50:02 +0000 |
commit | 1872d6ba12de0e73ef321e026f594d1780e3e084 (patch) | |
tree | 521dd086ce5383a898db7ea585b0425df0b3629d /dhall/tests | |
parent | b657ae8db335d2c029b4c1fa10eb765b579d5d80 (diff) |
Implement Text/replace
Diffstat (limited to 'dhall/tests')
-rw-r--r-- | dhall/tests/parser/success/builtinsB.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/tests/parser/success/builtinsB.txt b/dhall/tests/parser/success/builtinsB.txt index 1005949..3d3e292 100644 --- a/dhall/tests/parser/success/builtinsB.txt +++ b/dhall/tests/parser/success/builtinsB.txt @@ -1 +1 @@ -[Natural/fold, Natural/build, Natural/isZero, Natural/even, Natural/odd, Natural/toInteger, Natural/show, Integer/toDouble, Integer/show, Integer/negate, Integer/clamp, Natural/subtract, Double/show, List/build, List/fold, List/length, List/head, List/last, List/indexed, List/reverse, Text/show, Bool, True, False, Optional, None, Natural, Integer, Double, Text, List, Type, Kind, Sort] +[Natural/fold, Natural/build, Natural/isZero, Natural/even, Natural/odd, Natural/toInteger, Natural/show, Integer/toDouble, Integer/show, Integer/negate, Integer/clamp, Natural/subtract, Double/show, List/build, List/fold, List/length, List/head, List/last, List/indexed, List/reverse, Text/show, Text/replace, Bool, True, False, Optional, None, Natural, Integer, Double, Text, List, Type, Kind, Sort] |