Skip to content

Commit

Permalink
rm TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Jan 18, 2024
1 parent d974411 commit ecb26d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Juvix/Compiler/Nockma/Language.hs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ parseStdlibFunction t = textToStdlibFunctionMap ^. at t
atomOps :: HashMap Text NockOp
atomOps = HashMap.fromList [(prettyText op, op) | op <- allElements]

-- TODO better field names
data StdlibCallCell a = StdlibCallCell
{ _stdlibCallCell :: StdlibCall a,
_stdlibCallRaw :: OperatorCell a
Expand Down

0 comments on commit ecb26d5

Please sign in to comment.