Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dougalm committed Aug 14, 2023
1 parent 43d7b98 commit 1370034
Show file tree
Hide file tree
Showing 32 changed files with 3,818 additions and 3,972 deletions.
3 changes: 1 addition & 2 deletions dex.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ library
, Builder
, CUDA
, Cat
, CheapReduction
, CheckType
, ConcreteSyntax
, Core
Expand Down Expand Up @@ -95,10 +94,10 @@ library
, Types.Primitives
, Types.OpNames
, Types.Source
, QueryType
, QueryTypePure
, Util
, Vectorize
, Visit
if flag(live)
exposed-modules: Actor
, Live.Eval
Expand Down
2 changes: 0 additions & 2 deletions lib/prelude.dx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
'## Essentials
### Primitive Types

Type = %TyKind()
Heap = %HeapType()
Effects = %EffKind()

Int64 = %Int64()
Int32 = %Int32()
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Algebra.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import IRVariants
import MTL1
import Name
import Subst
import QueryType
import QueryTypePure
import Types.Core
import Types.Imp
import Types.Primitives
Expand Down
Loading

0 comments on commit 1370034

Please sign in to comment.