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.70 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.69 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.68 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.67 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.66 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.65 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.64 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.63 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.62 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.61 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.60 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.59 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.58 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.57 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.56 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.55 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.54 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.53 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.52 tracks/ocaml/exercises/rna-transcription/example.ml
trackler-2.2.1.51 tracks/ocaml/exercises/rna-transcription/example.ml