Ignore:
Timestamp:
Jun 15, 2005, 1:56:49 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e96c8d9e582eb49287c771aa36dd19744761bfa8
Parents:
b1b9c0df208edd2e29beb3a44d02c10061ac160b
Message:
*bricken: refactoring


git-svn-id: file:///usr/local/Singular/svn/trunk@8374 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/openmathserver/objects.py

    rb1b9c0d r9122086  
    231231    print context.evaluate(x)
    232232    print context.evaluate(y)
    233     firstArg=OMbinding(lambdasym,[OMVar("x"), OMVar("y")], OMVar("x"))
     233    firstArg=OMBinding(lambdasym,[OMVar("x"), OMVar("y")], OMVar("x"))
    234234    #print context.evaluate(firstArg)
    235235    application=OMApply(firstArg, [x,y])
Note: See TracChangeset for help on using the changeset viewer.