statebox / fsm-oracle

Finite state machines as graphs
GNU Affero General Public License v3.0
59 stars 7 forks source link

Use ignoreWeaken from Typedefs #13

Open andrevidela opened 4 years ago

andrevidela commented 4 years ago

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.