mirror of
https://github.com/macocianradu/RosettaHaskellCompiler.git
synced 2026-03-18 21:10:07 +00:00
changed compiler to whole folder
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
namespace contractDSL : <"Generic product concepts: quantity, price, economic terms and payout, that are built using template features.">
|
||||
version "${project.version}"
|
||||
|
||||
import imports.types.*
|
||||
import imports.enums.*
|
||||
import imports.*
|
||||
|
||||
|
||||
type Obs:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace imports.enums : <"Enums used for the contract dsl">
|
||||
namespace imports : <"Enums used for the contract dsl">
|
||||
version "${version.ok}"
|
||||
|
||||
enum CounterpartyRoleEnum:
|
||||
@@ -1,8 +1,6 @@
|
||||
namespace imports.types : <"Types used for the contract dsl">
|
||||
namespace imports : <"Types used for the contract dsl">
|
||||
version "${version.ok}"
|
||||
|
||||
import imports.enums.*
|
||||
|
||||
type Product:
|
||||
contractualProduct ContractualProduct (0..1)
|
||||
foreignExchange ForeignExchange (0..1)
|
||||
Reference in New Issue
Block a user