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.90 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.89 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.88 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.87 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.86 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.85 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.84 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.83 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.82 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.81 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.80 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.79 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.78 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.77 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.76 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.75 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.74 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.73 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.72 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.71 tracks/ocaml/exercises/rna-transcription/example.ml