Skip to content

Commit

Permalink
Try workflows again
Browse files Browse the repository at this point in the history
  • Loading branch information
skaller committed Oct 27, 2022
1 parent c96adb2 commit b4e9993
Show file tree
Hide file tree
Showing 4 changed files with 493 additions and 102 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/felix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: felix
run-name: ${{ github.actor }} test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- echo "TEST RUN"

Binary file modified pdfs/technote-compact-linear-types.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/packages/grammar.fdoc
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ syntax expressions {

// coarray injection
// (ainj (r:>>4) of (4 *+ int)) 42
x[scase_literal_pri] := "ainj" stypeexpr "of" t[ssum_pri] =># "`(ast_ainj ,_sr ,_2 ,_4)";
x[scase_literal_pri] := "ainj" sexpr "of" t[ssum_pri] =># "`(ast_ainj ,_sr ,_2 ,_4)";

spv_name := "case" sname =># "_2";
spv_name := "`" sname =># "_2";
Expand Down

0 comments on commit b4e9993

Please sign in to comment.