mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 04:33:45 +03:00
change ForeignFn to use TTImp to match RawImp version
This commit is contained in:
parent
6d8bd62795
commit
315fc8ce2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user