Files
secondo/Algebras/Function-C++/FunctionAlgebra.spec
2026-01-23 17:03:45 +08:00

10 lines
1.1 KiB
Python

operator within alias WITHIN pattern _ op [ fun ] implicit parameter const1 type ANY
operator within2 alias WITHIN2 pattern _ _ op [ fun ] implicit parameters const1, const2 types ANY, ANY2
operator whiledo alias WHILEDO pattern _ op [fun; fun; _] implicit parameter const1 type ANY
operator funseq1 alias FUNSEQ1 pattern _ op[ fun ] implicit parameter elem1 type ARGEF1
operator funseq2 alias FUNSEQ2 pattern _ op[ fun,fun ] implicit parameters elem1,elem2 types ARGEF1, ARGEF2
operator funseq3 alias FUNSEQ3 pattern _ op[ fun,fun,fun ] implicit parameters elem1,elem2,elem3 types ARGEF1, ARGEF2,ARGEF3
operator funseq4 alias FUNSEQ4 pattern _ op[ fun,fun,fun,fun ] implicit parameters elem1,elem2,elem3,elem4 types ARGEF1, ARGEF2,ARGEF3, ARGEF4
operator funseq5 alias FUNSEQ5 pattern _ op[ fun,fun,fun,fun,fun ] implicit parameters elem1,elem2,elem3,elem4,elem5 types ARGEF1, ARGEF2,ARGEF3, ARGEF4, ARGEF5
operator funseq6 alias FUNSEQ6 pattern _ op[ fun,fun,fun,fun,fun,fun ] implicit parameters elem1,elem2,elem3,elem4,elem5,elem6 types ARGEF1, ARGEF2,ARGEF3, ARGEF4, ARGEF5, ARGEF6