Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
返す関数を使用して状態モナド内のリストを削減しようとして立ち往生していますState:
State
def op(t1: T, t2: T): State[S, T] val list: State[S, List[T]]
リストを減らして取得したいState[S, T]
State[S, T]