daml/daml-lf/tests/Optional.daml
2019-08-13 17:23:03 +01:00

9 lines
179 B
Haskell

-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0
daml 1.2
module Optional where
data Rec = Rec
{ recField : Optional Text }