-
Notifications
You must be signed in to change notification settings - Fork 6
including
Norbert Preining edited this page Oct 6, 2017
·
2 revisions
Imports the object specified by modexp
into the current
module.
See module expression
for format of modexp
.
Related: module expression, using
, protecting
, extending
'{' on ( ...) base ( . ... .) step ( . ... .) '}'` ## {#citp-ind}
':ind on ( ...)' defines the variable for the induction tactic of CITP. ':ind { ... }' defines induction variable(s) and base pattern and step pattern specified by s.
Related: citp
:ind on (M:PNat)
:ind { on (M:PNat)
base (<Term> . ... <Term> .)
step (<Term> . ... <Term> .)
}
CafeOBJ Reference Manual (c) 2015-2018 CafeOBJ Development Team