Skip to content

Commit

Permalink
Bump to latest simala version
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Sep 23, 2024
1 parent 474d301 commit dfc233e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/haskell/cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/smucclaw/simala
tag: 85afeb86678a65d48bfac2bbb90306693d51582e
tag: 891511dd9a73f936ae1c0171fca26eec5f9e2d2c

allow-newer:
compact:*,
Expand Down
3 changes: 1 addition & 2 deletions lib/haskell/natural4/src/LS/XPile/Simala/Transpile.hs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ import AnyAll.BoolStruct qualified as AA

import LS.Log qualified as Log
import LS.Renamer.Rules
import Simala.Expr.Parser qualified as Simala
import Simala.Expr.Render qualified as Simala
import Simala.Expr.Type qualified as Simala

Expand Down Expand Up @@ -722,7 +721,7 @@ applySelector expr proj = Simala.Project expr proj

mkLetIn :: Simala.Transparency -> Simala.Name -> Simala.Expr -> Simala.Expr -> Simala.Expr
mkLetIn transparency name rhs nextExpr =
Simala.Let transparency name rhs nextExpr
Simala.Let (Simala.NonRec transparency name rhs) nextExpr

mkFunction :: Simala.Transparency -> Simala.Name -> [Simala.Name] -> Simala.Expr -> Simala.Expr -> Simala.Expr
mkFunction transparency name params rhs nextExpr =
Expand Down
2 changes: 1 addition & 1 deletion lib/haskell/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extra-deps:
commit: a6d675bcbe1585fc652f95f60e0dec826a660646

- github: smucclaw/simala
commit: 85afeb86678a65d48bfac2bbb90306693d51582e
commit: 891511dd9a73f936ae1c0171fca26eec5f9e2d2c

- monad-validate-1.3.0.0
- simple-smt-0.9.7
Expand Down
12 changes: 6 additions & 6 deletions lib/haskell/stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ packages:
- completed:
name: simala
pantry-tree:
sha256: 6c17834a398a7be0b232366d2dcb546507526035670f6380645ec2b45e962b1b
size: 2422
sha256: 5cdfeaa37417aedf98972a667e9fd8776a4035b8d595166b2d249226c8f54e96
size: 16115
url: https://github.com/smucclaw/simala/archive/85afeb86678a65d48bfac2bbb90306693d51582e.tar.gz
sha256: 00e10b8f5b05ddfb12b90b1462c14048e8584cf451dd28962845eef3d30435dc
size: 3101
sha256: cd7b2287f2edcd237bcd54c2f3fd15de655a0415bce6b15430895b1ff48f1191
size: 18980
url: https://github.com/smucclaw/simala/archive/891511dd9a73f936ae1c0171fca26eec5f9e2d2c.tar.gz
version: '0.1'
original:
url: https://github.com/smucclaw/simala/archive/85afeb86678a65d48bfac2bbb90306693d51582e.tar.gz
url: https://github.com/smucclaw/simala/archive/891511dd9a73f936ae1c0171fca26eec5f9e2d2c.tar.gz
- completed:
hackage: monad-validate-1.3.0.0@sha256:eb6ddd5c9cf72ff0563cba604fa00291376e96138fdb4932d00ff3a99d66706e,2605
pantry-tree:
Expand Down

0 comments on commit dfc233e

Please sign in to comment.