summaryrefslogtreecommitdiff
path: root/dhall/tests/parser/success/leadingSeparatorsB.txt
blob: 19a1c542f14570bfd7db2d33186b28baa8c6898f (plain)
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 > }