Module
Redox.Utils.LogActions
- Package
- purescript-redox
- Repository
- coot/purescript-redox
#LogActions Source
class LogActions (il :: RowList) (ol :: RowList) where
Members
logActions :: forall or ir. RowToList ir il => ListToRow il ir => RowToList or ol => ListToRow ol or => Record ir -> Record or
Instances
LogActions Nil Nil
(IsSymbol name, LogActions ti to, RowToList tir ti, ListToRow ti tir, RowToList tor to, ListToRow to tor) => LogActions (Cons name (Aff a) ti) (Cons name (Aff a) to)
(IsSymbol name, LogActions ti to, RowToList tir ti, ListToRow ti tir, RowToList tor to, ListToRow to tor) => LogActions (Cons name (Effect a) ti) (Cons name (Effect a) to)
(IsSymbol name, LogActions ti to, RowToList tir ti, ListToRow ti tir, RowToList tor to, ListToRow to tor) => LogActions (Cons name (x -> Aff a) ti) (Cons name (x -> Aff a) to)
(IsSymbol name, LogActions ti to, RowToList tir ti, ListToRow ti tir, RowToList tor to, ListToRow to tor) => LogActions (Cons name (x1 -> x2 -> Aff a) ti) (Cons name (x1 -> x2 -> Aff a) to)
(IsSymbol name, LogActions ti to, RowToList tir ti, ListToRow ti tir, RowToList tor to, ListToRow to tor) => LogActions (Cons name (x1 -> x2 -> x3 -> Aff a) ti) (Cons name (x1 -> x2 -> x3 -> Aff a) to)
(IsSymbol name, LogActions ti to, RowToList tir ti, ListToRow ti tir, RowToList tor to, ListToRow to tor) => LogActions (Cons name (x1 -> x2 -> x3 -> x4 -> Aff a) ti) (Cons name (x1 -> x2 -> x3 -> x4 -> Aff a) to)
(IsSymbol name, LogActions ti to, RowToList tir ti, ListToRow ti tir, RowToList tor to, ListToRow to tor) => LogActions (Cons name (x1 -> x2 -> x3 -> x4 -> x5 -> Aff a) ti) (Cons name (x1 -> x2 -> x3 -> x4 -> x5 -> Aff a) to)
(IsSymbol name, LogActions ti to, RowToList tir ti, ListToRow ti tir, RowToList tor to, ListToRow to tor) => LogActions (Cons name (x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> Aff a) ti) (Cons name (x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> Aff a) to)
(IsSymbol name, LogActions ti to, RowToList tir ti, ListToRow ti tir, RowToList tor to, ListToRow to tor) => LogActions (Cons name (x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> Aff a) ti) (Cons name (x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> Aff a) to)
(IsSymbol name, LogActions ti to, RowToList tir ti, ListToRow ti tir, RowToList tor to, ListToRow to tor) => LogActions (Cons name (x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> x8 -> Aff a) ti) (Cons name (x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> x8 -> Aff a) to)
(IsSymbol name, LogActions ti to, RowToList tir ti, ListToRow ti tir, RowToList tor to, ListToRow to tor) => LogActions (Cons name (x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> x8 -> x9 -> Aff a) ti) (Cons name (x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> x8 -> x9 -> Aff a) to)
(IsSymbol name, LogActions ti to, RowToList tir ti, ListToRow ti tir, RowToList tor to, ListToRow to tor) => LogActions (Cons name (x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> x8 -> x9 -> x10 -> Aff a) ti) (Cons name (x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> x8 -> x9 -> x10 -> Aff a) to)