Skip to content

Commit

Permalink
Support typed arrays of Bool
Browse files Browse the repository at this point in the history
See #5
  • Loading branch information
bamboo committed Oct 16, 2016
1 parent 66e4c4f commit a50bd8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rts/CIL/FFI/Array.idr
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ total
interp : CILTy -> Type
interp (CILTyVal "" "int") = Int
interp (CILTyVal "" "char") = Char
interp (CILTyVal "" "bool") = Bool
interp (CILTyRef "" "string") = String
interp ty = CIL ty

Expand Down

0 comments on commit a50bd8f

Please sign in to comment.