Hongo Fusataro
Hongo Fusataro (本郷 房太郎, Hongō Fusatarō, February 15, 1860 - March 20, 1931) was a Japanese general.
Footnotes
gollark: Anyway, in this case, the function is complicated somewhat by the need to actually handle calculator errors.
gollark: What?
gollark: So yes, it pops that first value from the stack as an accumulator.
gollark: ```haskellfold : Opfold = partialFunction <| \stack ctx (op, captured, needs) -> Stack.pop stack |> Result.fromMaybe (StackUnderflow 1) |> Result.andThen (\(start, newStack) -> List.foldl (\x res -> Result.andThen (\accStack -> Eval.runOp ctx op (x::accStack)) res) (Ok [start]) newStack)```
gollark: YES, IN THAT SPECIFIC CASE.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.