User Tools

Site Tools


cs330_f2016:lab16shell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cs330_f2016:lab16shell [2018/04/06 02:25]
morse
cs330_f2016:lab16shell [2018/04/10 19:33]
morse
Line 236: Line 236:
  
 function parse_type( t :: Array{Any} ) function parse_type( t :: Array{Any} )
-  return ​FunType( parse_type(t[1]),​+  return ​FuncType( parse_type(t[1]),​
                   parse_type(t[3]))                   parse_type(t[3]))
 end end
cs330_f2016/lab16shell.txt ยท Last modified: 2021/06/30 23:42 (external edit)