| Portability | non-portable (TF,GNTD) |
|---|---|
| Stability | experimental |
| Maintainer | hans@hanshoglund.se |
| Safe Haskell | None |
Music.Time.Pos
Description
Documentation
This type function returns the time type for a given type.
It has kind
(* -> *) -> *
meaning that an instance should be written on the form:
type instance Time a = b
where a and b are type-level expression of kind * -> * and * respectively.