1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

export declareMaybeName

This commit is contained in:
joshvera 2020-01-21 13:33:20 -05:00
parent e381adaeb0
commit ba28805bf0

View File

@ -18,7 +18,7 @@ module Control.Effect.Sketch
, currentScope
, newScope
, declareFunction
-- , declareFunction
, declareMaybeName
, reference
, Has
) where