Skip to content

Commit

Permalink
Not really all of them.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Aug 21, 2018
1 parent f04e7ab commit 2ed1c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Language/Futhark/Syntax.hs
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ data Diet = RecordDiet (M.Map Name Diet) -- ^ Consumes these fields in the recor
-- not consume.
deriving (Eq, Show)

-- | Every possible value in Futhark. Values are fully evaluated and their
-- type is always unambiguous.
-- | Simple Futhark values. Values are fully evaluated and their type
-- is always unambiguous.
data Value = PrimValue !PrimValue
| ArrayValue !(Array Int Value) (TypeBase () ())
-- ^ It is assumed that the array is 0-indexed. The type
Expand Down

0 comments on commit 2ed1c35

Please sign in to comment.