Skip to content

Commit 3d9cca6

Browse files
committed
new syntax and write to scatter
1 parent fc8b0bc commit 3d9cca6

24 files changed

+276
-273
lines changed

futhark.tex

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@
77
morekeywords={
88
do,
99
else,
10-
fn,
1110
for,
12-
fun,
1311
if,
1412
in,
1513
include,
14+
import,
1615
let,
1716
loop,
18-
struct,
1917
then,
2018
type,
2119
val,
@@ -59,7 +57,6 @@
5957
keywordstyle=\bfseries\color{eclipsePurple}, % style of keywords
6058
stringstyle=\color{eclipseBlue}, % style of strings
6159
emph=[1] {
62-
abs,
6360
copy,
6461
concat,
6562
empty,
@@ -77,11 +74,11 @@
7774
shape,
7875
signum,
7976
scan,
77+
scatter,
8078
split,
8179
transpose,
8280
true,
8381
unzip,
84-
write,
8582
zip,
8683
zipWith,
8784
},

0 commit comments

Comments
 (0)