Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 2747

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: 1450077030 *}

i1 : f = (x,y,z) -> t -> t

o1 = f

o1 : FunctionClosure

i2 : g = f(111,222,"hi there")

o2 = g

o2 : FunctionClosure

i3 : frames g

o3 = {MutableList{...3...}, MutableList{}}

o3 : List

i4 : peek first oo

o4 = MutableList{111, 222, hi there}

i5 :