mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Stub in a function to compile a Python module.
This commit is contained in:
parent
04762dcbc4
commit
dd0831962b
@ -1,2 +1,8 @@
|
||||
module Language.Python.Core
|
||||
() where
|
||||
( compileModule
|
||||
) where
|
||||
|
||||
import TreeSitter.Python.AST
|
||||
|
||||
compileModule :: Module -> ()
|
||||
compileModule _ = ()
|
||||
|
Loading…
Reference in New Issue
Block a user