We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi Paul.
I can see that you define your overloaded operators as: let (---) c1 c2 = Series (c1,c2) let (|||) c1 c2 = Parallel (c1,c2)
let (---) c1 c2 = Series (c1,c2)
let (|||) c1 c2 = Parallel (c1,c2)
I'm just thinking if "series" is --- whouldn't it make sense that "parallel" should be ===?
---
===