advancedresearch / prop

Propositional logic with types in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naming of addition and multiplication

bvssvni opened this issue · comments

Suggestion:

  • FAdd for struct, Add<A, B> for type alias
  • FMul for struct, Mul<A, B> for type alias