From e28d9e6f2422f47e250304e053238adc458f6a98 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 20 Mar 2020 11:40:09 +0000 Subject: Commit output of printer --- dhall/tests/parser/success/leadingSeparatorsB.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 dhall/tests/parser/success/leadingSeparatorsB.txt (limited to 'dhall/tests/parser/success/leadingSeparatorsB.txt') diff --git a/dhall/tests/parser/success/leadingSeparatorsB.txt b/dhall/tests/parser/success/leadingSeparatorsB.txt new file mode 100644 index 0000000..19a1c54 --- /dev/null +++ b/dhall/tests/parser/success/leadingSeparatorsB.txt @@ -0,0 +1 @@ +{ emptyList = [] : List Natural, emptyRecordLiteral = {=}, emptyRecordType = {}, emptyUnionType = < >, list = [1, 2], recordLiteral = { x = 1, y = True }, recordType = { x : Natural, y : Bool }, unionType = < x: Natural | y: Bool > } -- cgit v1.2.3