Skip to content

Commit

Permalink
Remove todo, opened issue 273
Browse files Browse the repository at this point in the history
  • Loading branch information
MeAmAnUsername committed Mar 16, 2022
1 parent 0520b9a commit a2a64fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lang/lang/statics/base.stx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ signature
func_local : FUNCID -> (scope * TYPE) // function scope, function type
data : TYPEID -> scope
data_local : TYPEID -> scope
// todo: change generic_params to list(TypeParameterType)
// todo: rename generic* to type*
data_mods : list(DataDefMod)
generic_params : list((TypeParameter * TYPE * TYPE)) // TypeParameter, upper bound, lower bound
Expand Down

0 comments on commit a2a64fb

Please sign in to comment.