Copyright | (c) Klaus Luettich C. Maeder Uni Bremen 2005-2006 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Christian.Maeder@dfki.de |
Stability | provisional |
Portability | non-portable (overlapping Typeable instances) |
Safe Haskell | None |
Common.ATerm.ConvInstances
Contents
Description
This module provides instances of ShATermConvertible
.
Orphan instances
ShATermConvertible Double Source # | |
ShATermConvertible Ordering Source # | |
ShATermConvertible TimeOfDay Source # | |
ShATermConvertible ClockTime Source # | |
ShATermConvertible a => ShATermConvertible (SizedList a) Source # | |
(Ord a, ShATermConvertible a) => ShATermConvertible (Rel a) Source # | |
(Ord a, ShATermConvertible a, Ord b, ShATermConvertible b) => ShATermConvertible (MapSet a b) Source # | |
(Ord a, ShATermConvertible a, Ord b, ShATermConvertible b) => ShATermConvertible (InjMap a b) Source # | |