mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-05 15:08:00 +03:00
Add implicit arity arg to NmOp
Like in CExp.
This commit is contained in:
parent
ad1474a83b
commit
b9beca1986
@ -80,7 +80,7 @@ mutual
|
||||
-- A saturated constructor application
|
||||
NmCon : FC -> Name -> (tag : Maybe Int) -> List NamedCExp -> NamedCExp
|
||||
-- Internally defined primitive operations
|
||||
NmOp : FC -> PrimFn arity -> Vect arity NamedCExp -> NamedCExp
|
||||
NmOp : {arity : _ } -> FC -> PrimFn arity -> Vect arity NamedCExp -> NamedCExp
|
||||
-- Externally defined primitive operations
|
||||
NmExtPrim : FC -> (p : Name) -> List NamedCExp -> NamedCExp
|
||||
-- A forced (evaluated) value
|
||||
|
Loading…
Reference in New Issue
Block a user