1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 12:23:08 +03:00

Export the default term assignment.

This commit is contained in:
Rob Rix 2017-01-20 13:04:36 -05:00
parent c1e82f9b37
commit 8dbf54bcca

View File

@ -1,5 +1,8 @@
{-# LANGUAGE DataKinds #-}
module TreeSitter (treeSitterParser) where
module TreeSitter
( treeSitterParser
, defaultTermAssignment
) where
import Prologue hiding (Constructor)
import Category