Documentation
class QqPlaceUser x1 where #
qPlaceUser :: x1 -> IO (QPlaceUser ()) #
Instances
QqPlaceUser () # | |
Defined in Qtc.Location.QPlaceUser qPlaceUser :: () -> IO (QPlaceUser ()) # | |
QqPlaceUser (QPlaceUser t1) # | |
Defined in Qtc.Location.QPlaceUser qPlaceUser :: QPlaceUser t1 -> IO (QPlaceUser ()) # |
class QqPlaceUser_nf x1 where #
qPlaceUser_nf :: x1 -> IO (QPlaceUser ()) #
Instances
QqPlaceUser_nf () # | |
Defined in Qtc.Location.QPlaceUser qPlaceUser_nf :: () -> IO (QPlaceUser ()) # | |
QqPlaceUser_nf (QPlaceUser t1) # | |
Defined in Qtc.Location.QPlaceUser qPlaceUser_nf :: QPlaceUser t1 -> IO (QPlaceUser ()) # |
setUserId :: QPlaceUser a -> String -> IO () #
qPlaceUser_delete :: QPlaceUser a -> IO () #
Orphan instances
QsetName (QPlaceUser a) String # | |
setName :: QPlaceUser a -> String -> IO () # | |
QuserId (QPlaceUser a) () (IO String) # | |
userId :: QPlaceUser a -> () -> IO String # | |
Qname (QPlaceUser a) () (IO String) # | |
name :: QPlaceUser a -> () -> IO String # | |
Qqone (QPlaceUser ()) (QPlaceUser t1) # | |
qone :: QPlaceUser () -> QPlaceUser t1 -> IO Bool # | |
Qqone (QPlaceUserSc a) (QPlaceUser t1) # | |
qone :: QPlaceUserSc a -> QPlaceUser t1 -> IO Bool # | |
Qqoe (QPlaceUser ()) (QPlaceUser t1) # | |
qoe :: QPlaceUser () -> QPlaceUser t1 -> IO Bool # | |
Qqoe (QPlaceUserSc a) (QPlaceUser t1) # | |
qoe :: QPlaceUserSc a -> QPlaceUser t1 -> IO Bool # | |
Qqot (QPlaceUser ()) (QPlaceUser t1) (IO (QPlaceUser ())) # | |
qot :: QPlaceUser () -> QPlaceUser t1 -> IO (QPlaceUser ()) # | |
Qqot (QPlaceUserSc a) (QPlaceUser t1) (IO (QPlaceUser ())) # | |
qot :: QPlaceUserSc a -> QPlaceUser t1 -> IO (QPlaceUser ()) # |