statebox / fsm-oracle

Finite state machines as graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use ignoreWeaken from Typedefs

andrevidela opened this issue · comments

In src/PetriFormat.idr we use dropContext to update the type of our TDef which is used in a context with a greater arity than itself.

typedefs/typedefs#221 Introduces the same function. When it is merged, we should remove ignoreWeaken in favor of the Typedefs implementation.