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.
文字列を文字ごとに 6 つの別々の文字列に分割できるようにしたい。
たとえば、IAMABADPROGRAMMER
結果: IDA、APM、MRM、AOE、BGR、AR
これを行うためのhaskell関数はありますか?
ありがとう