Sha256: abc10235563ed790c36ed4e57db4cf23e5abc17862d8036fb8cab898e58e19c1

Contents?: true

Size: 174 Bytes

Versions: 151

Compression:

Stored size: 174 Bytes

Contents

open Core

type dna = [ `A | `C | `G | `T ]
type rna = [ `A | `C | `G | `U ]

let to_rna = List.map ~f:(function
    | `A -> `U
    | `C -> `G
    | `G -> `C
    | `T -> `A)

Version data entries

151 entries across 151 versions & 1 rubygems

Version Path
trackler-2.2.1.50 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.49 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.48 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.47 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.46 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.45 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.44 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.43 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.42 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.41 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.40 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.39 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.38 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.37 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.36 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.35 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.34 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.33 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.32 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.31 tracks/ocaml/exercises/rna-transcription/example.ml