1
1
mirror of https://github.com/github/semantic.git synced 2024-12-30 02:14:20 +03:00

Stub in Grams.

This commit is contained in:
Rob Rix 2016-06-21 16:58:19 -04:00
parent f8988adf3b
commit 5df723fa5a

View File

@ -1 +1,3 @@
module Data.Gram where module Data.Gram where
data Gram label = Gram { stem :: [label], base :: [label] }