Factorial base numbers indexing permutations of a collection: Difference between revisions

→‎{{header|F_Sharp|F#}}: Undo some idiots edit which stops it compiling
(→‎{{header|F_Sharp|F#}}: Undo some idiots edit which stops it compiling)
Line 61:
<lang fsharp>
// Factorial base numbers indexing permutations of a collection
// Nigel Galloway: December 7th., 2018
let lN2p (c:int[]) (Ω:'Ω[])=
let Ω=Array.copy Ω
2,172

edits