forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hlb, cleanup daml used for tests (digital-asset#2370)
- Loading branch information
1 parent
1c12354
commit f5688bd
Showing
9 changed files
with
45 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. | ||
-- SPDX-License-Identifier: Apache-2.0 | ||
|
||
daml 1.2 | ||
|
||
module Iou where | ||
|
||
template Iou | ||
with | ||
issuer : Party | ||
owner : Party | ||
currency : Text | ||
amount : Int | ||
where | ||
signatory issuer, owner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. | ||
-- SPDX-License-Identifier: Apache-2.0 | ||
|
||
daml 1.2 | ||
module Main where | ||
|
||
import Iou() | ||
import ContractKeys() | ||
import Valuepedia() |
File renamed without changes.
86 changes: 0 additions & 86 deletions
86
language-support/hs/bindings/test/daml/quickstart/Iou.daml
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
language-support/hs/bindings/test/daml/quickstart/IouTrade.daml
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
language-support/hs/bindings/test/daml/quickstart/Main.daml
This file was deleted.
Oops, something went wrong.