Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. open System
  2. open System.Linq
  3. open System.IO
  4. open MathNet.Numerics
  5. open MathNet.Numerics.Distributions
  6. open MathNet.Numerics.LinearAlgebra
  7. open MathNet.Numerics.Random
  8. open FSharp.Data
  9.  
  10. [<CLIMutable>]
  11. type LyricsInput =
  12. {
  13. Song : string
  14. Artist : string
  15. Genre : string
  16. Lyrics : string
  17. Year: int
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement