[pulse][minor] resolve mysterious 'a in .mli

Summary:
Even though it's unused in the implementation this argument is supposed
to be `Typ.t` so spell it out.

Reviewed By: skcho

Differential Revision: D23729433

fbshipit-source-id: d05548f42
master
Jules Villard 4 years ago committed by Facebook GitHub Bot
parent 03bc3f31c8
commit 931cf2d72b

@ -138,7 +138,7 @@ val call :
val unknown_call :
Location.t
-> CallEvent.t
-> ret:Ident.t * 'a
-> ret:Ident.t * Typ.t
-> actuals:((AbstractValue.t * ValueHistory.t) * Typ.t) list
-> formals_opt:(Pvar.t * Typ.t) list option
-> t

Loading…
Cancel
Save