advancedresearch / prop

Propositional logic with types in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naming of successor function

bvssvni opened this issue · comments

Suggestion:

FSucc for struct, Succ<N> for type alias

This design is similar as for addition and multiplication #1438