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
Copy file name to clipboardexpand all lines: Haskell/Core/Simplicity/BitMachine/Translate/TCO.hs
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ data Translation a b = Translation { tcoOn :: MachineCodeK
18
18
translate0::Translationab->MachineCode
19
19
translate0 trans = tcoOff trans end
20
20
21
-
--| 'translate' coverts a Simplicity term to the Bit Machine's 'MachineCode' with tail call optimization.
21
+
--| 'translate' converts a Simplicity term to the Bit Machine's 'MachineCode' with tail call optimization.
22
22
--
23
23
-- Simplicity terms are represented in tagless-final style, so any Simplicity term can be instantiated as @'Translation' a b@ and can be passed to the 'translate' function.
0 commit comments