mirror of
https://github.com/github/semantic.git
synced 2024-11-29 11:02:26 +03:00
Define a Python newtype wrapping a module.
This commit is contained in:
parent
b7f9b4ea20
commit
48cd097a6b
@ -1,2 +1,7 @@
|
|||||||
module Tags.Taggable.Precise
|
module Tags.Taggable.Precise
|
||||||
() where
|
( Python(..)
|
||||||
|
) where
|
||||||
|
|
||||||
|
import qualified TreeSitter.Python.AST as Python
|
||||||
|
|
||||||
|
newtype Python a = Python { getPython :: Python.Module a }
|
||||||
|
Loading…
Reference in New Issue
Block a user