From: <jm...@us...> - 2014-02-28 17:22:23
|
Revision: 4034 http://sourceforge.net/p/eulergui/code/4034 Author: jmvanel Date: 2014-02-28 17:22:18 +0000 (Fri, 28 Feb 2014) Log Message: ----------- FIXED bad type ( need self type ) in Form2HTML.scala type fm = FormModule[URI] // ADDED !!! def generateHTML(form: fm#FormSyntax[URI]): Elem = { Modified Paths: -------------- trunk/eulergui/src/main/scala/deductions/runtime/html/Form2HTML.scala trunk/eulergui/src/test/scala/deductions/runtime/abstract_syntax/Form2HTMLTest.scala trunk/eulergui/src/test/scala/deductions/runtime/abstract_syntax/FormSyntaxFactoryTest.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |