change ForeignFn to use TTImp to match RawImp version

This commit is contained in:
MarcelineVQ 2020-09-06 20:30:16 -07:00 committed by G. Allais
parent 6d8bd62795
commit 315fc8ce2d

View File

@ -97,7 +97,7 @@ mutual
GlobalHint : Bool -> FnOpt
ExternFn : FnOpt
-- Defined externally, list calling conventions
ForeignFn : List String -> FnOpt
ForeignFn : List TTImp -> FnOpt
-- assume safe to cancel arguments in unification
Invertible : FnOpt
Totalty : TotalReq -> FnOpt