1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Categorizable things have categories.

This commit is contained in:
Rob Rix 2015-11-18 11:23:35 -08:00
parent 5fe7cecba9
commit f1eed7dac2

View File

@ -1 +1,6 @@
module Categorizable where module Categorizable where
import Data.Set
class Categorizable a where
categories :: a -> Set String