Skip to content

Commit

Permalink
Enable checking of prototypetransformers during generation of a proto…
Browse files Browse the repository at this point in the history
…type
  • Loading branch information
hanjoosten committed Jul 21, 2024
1 parent 860c715 commit 88a4099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ampersand/FSpec/ToFSpec/CreateFspec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ createFspec =
pcScript <- prototypeContextScript
one <- guardedOne
two <- guardedTwo
-- checkPrototypeContextTransformers env pcScript
checkPrototypeContextTransformers env pcScript
pure (one `mergeContexts` two `mergeContexts` pcScript)
pure (pCtx2Fspec env =<< pContext)

Expand Down

0 comments on commit 88a4099

Please sign in to comment.