AP
type App cfg mode data = ...
type alias SimpleApp =
App SimpleConfig DebugMode ()
Size: a a a
AP
DK
AP
AP
AP
DK
RT
AP
AP
AP
(\(NameError s) -> s)
не страшноAP
AP
AP
AP
AP
AP
convert : tag1 -> tag2 -> Error tag1 -> Error tag2
convert _ _ (Error s) = Error s
convert Foo Bar <| error Foo "foo"
RT
AP