mirror of
https://github.com/github/semantic.git
synced 2024-12-26 16:33:03 +03:00
Categorizable things have categories.
This commit is contained in:
parent
5fe7cecba9
commit
f1eed7dac2
@ -1 +1,6 @@
|
|||||||
module Categorizable where
|
module Categorizable where
|
||||||
|
|
||||||
|
import Data.Set
|
||||||
|
|
||||||
|
class Categorizable a where
|
||||||
|
categories :: a -> Set String
|
||||||
|
Loading…
Reference in New Issue
Block a user