Skip to content

Commit

Permalink
handle slices of ptrs
Browse files Browse the repository at this point in the history
  • Loading branch information
streamz committed Apr 23, 2020
1 parent 99cb8d7 commit 0101d7a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions hof.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ type _R struct {
}

var none = T{}
//var rstst = _R{_K{reflect.Struct}, _K{reflect.Struct}}
//var rstbool = _R{_K{reflect.Struct}, _K{reflect.Bool}}
//var rstunit = _R{_K{reflect.Struct}, _K{}}
//var structstruct = _R{_K{reflect.Struct}, _K{reflect.Struct}}
//var struct2 = _K{reflect.Struct, reflect.Struct}

var invalidfn = "fn is of type %T it is not a function"
var invalidnin = "invalid arity expected %d in params, received %d"
var invalidnout = "invalid arity expected %d params, received %d"
Expand Down

0 comments on commit 0101d7a

Please sign in to comment.