MatrixAI / Emergence

Distributed Infrastructure Orchestration
Apache License 2.0
1 stars 0 forks source link

Runtime configuration pipeline #57

Open nzhang-zh opened 5 years ago

nzhang-zh commented 5 years ago

To produce a runtime configuration for runc to consume,

nzhang-zh commented 5 years ago

Some details of how to merge 2 records in haskell. SO

Going with Data.Semigroup for now.

CMCDragonkai commented 5 years ago

You might want to have a look at:

  1. Row types (allows open records)
  2. Lenses