WIP
This commit is contained in:
+4
-2
@@ -27,7 +27,7 @@
|
||||
{name = <<"">> :: binary(),
|
||||
call = #w{} :: #w{},
|
||||
dryrun = #w{} :: none | #w{},
|
||||
args = [] :: [{wx:wx_object(), wx:wx_object(), argt()}]}).
|
||||
args = [] :: [argt()]}).
|
||||
|
||||
% Code book pages
|
||||
-record(p,
|
||||
@@ -56,7 +56,9 @@
|
||||
code = {none, []} :: {Codebook :: none | wx:wx_object(), Pages :: [#p{}]},
|
||||
cons = {none, []} :: {Consbook :: none | wx:wx_object(), Pages :: [#c{}]}}).
|
||||
|
||||
-type argt() :: int | string | address | list(argt()).
|
||||
% TODO: Spec HZ AACIs.
|
||||
-type argt() :: term(). % FIXME: Whatever HZ returns in the AACI as an arg type.
|
||||
|
||||
|
||||
%%% Interface
|
||||
|
||||
|
||||
Reference in New Issue
Block a user