mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Just give Tags a type synonym
This commit is contained in:
parent
c7f4ae005b
commit
e5973546a2
@ -52,9 +52,8 @@ data Metric
|
||||
| Set Double -- Sets count the number of unique elements in a group
|
||||
| Timer Double -- Timers measure the amount of time a section of code takes to execute.
|
||||
|
||||
type Tag = (String, String)
|
||||
|
||||
type Tags = [Tag]
|
||||
-- Tags are just key/value annotations. Values can blank.
|
||||
type Tags = [(String, String)]
|
||||
|
||||
|
||||
-- Increment a counter.
|
||||
|
Loading…
Reference in New Issue
Block a user