1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 16:02:43 +03:00

Stub in a function to compile a Python module.

This commit is contained in:
Rob Rix 2019-06-11 11:47:48 -04:00
parent 04762dcbc4
commit dd0831962b
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -1,2 +1,8 @@
module Language.Python.Core module Language.Python.Core
() where ( compileModule
) where
import TreeSitter.Python.AST
compileModule :: Module -> ()
compileModule _ = ()