You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1 of 1] Compiling Main ( Hello.hs, Hello.o )
Hello.hs:20:26:
No instance for (FromJSON LambdaCube.IR.Pipeline)
arising from a use of ‘decodeStrict’
In the first argument of ‘(<$>)’, namely ‘decodeStrict’
In a stmt of a 'do' block:
Just pipelineDesc <- decodeStrict <$> SB.readFile "hello.json"
In the expression:
do { Just pipelineDesc <- decodeStrict
<$> SB.readFile "hello.json";
win <- initWindow "LambdaCube 3D DSL Hello World" 640 640;
let inputSchema = makeSchema $ ...;
storage <- allocStorage inputSchema;
.... }
Compiling
Hello.hs
:Installed lambdacube toolset:
The text was updated successfully, but these errors were encountered: