dhall-haskell/dhall-lsp-server/tests/fixtures/completion/CustomTypes.dhall

4 lines
81 B
Plaintext

let Config = { name : Text, age : Natural }
in { name = "alice", age = 20 } : C