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