axon icon indicating copy to clipboard operation
axon copied to clipboard

Add high-level combinators

Open seanmor5 opened this issue 4 years ago • 0 comments

Combinators are used in the model creation API for model composition. Based on my research from other libraries, we should include the following combinators to provide maximum expressivity:

  • [x] Serial (|>)
  • [x] Parallel ({...})
  • [x] Add / Subtract / Multiply
  • [x] Concatenate
  • [ ] Scan
  • [x] Cond
  • [x] Split
  • [ ] Bidirectional

seanmor5 avatar Sep 23 '21 22:09 seanmor5